What I'm trying to:
Get User By Id => Use the Id to get the cases the user have assigned => Return the cases.
My question is:
I know that I need to reference the MemberShip User table to the Cases table, but should I define the membership User table where I get the User as a POCO like my other tabels in my project?
Thanks in advance.