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