public UserController(ZaginionkiContext dbContext, UserManager <User> userManager, RoleManager <IdentityRole> roleManager, SignInManager <User> signInManager)
 {
     _dbContext     = dbContext;
     _userManager   = userManager;
     _roleManager   = roleManager;
     _signInManager = signInManager;
 }
示例#2
0
 public ZaginioniesController(ZaginionkiContext context)
 {
     _context = context;
 }