Exemplo n.º 1
0
 public UserClaimsController(
     ApplicationDbContext appcontext,
     IdentityClaimsContext context,
     UserManager <ApplicationUser> userManager)
 {
     _appcontext  = appcontext;
     _context     = context;
     _userManager = userManager;
 }
Exemplo n.º 2
0
 public LookupValuesController(IdentityClaimsContext context)
 {
     _context = context;
 }