Need Help for Join tables in Linq on ASP.NET Core
basically i am working on ASP.NET Core and I have an FromSqlRaw statement which filters and keeps some ids in a value of a talbe (ActiveCalls).
Then with Linq I filter another table of database (AppUsers).
My goal is to keep all columns of Appusers with Ids i take from ActiveCalls.