Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.

Paste

Pasted as C# by lollancf37 ( 15 years ago )
//All initialization has been done
//my data contexte is dbCtx

dbCtx.UsersInRole.Where( p => p.Users.Email == username && p.Roles.AppName == applicationName).ToList();

 

Revise this Paste

Your Name: Code Language: