Пример #1
0
 public AnimalController(_1718_etu32294_DB_SmartContext ctx, UserManager <ApplicationUser> userManager) : base(userManager)
 {
     this.ctx = ctx;
 }
Пример #2
0
 public SpeciesController(_1718_etu32294_DB_SmartContext ctx)
 {
     this.ctx = ctx;
 }
Пример #3
0
 public ColorController(UserManager <ApplicationUser> userManager, _1718_etu32294_DB_SmartContext ctx) : base(userManager)
 {
     this.ctx = ctx;
 }
Пример #4
0
 public AccountController(UserManager <ApplicationUser> userManager, _1718_etu32294_DB_SmartContext _context, RoleManager <IdentityRole> roleManager) : base(userManager)
 {
     this._userManager = userManager;
     this._context     = _context;
     _roleManager      = roleManager;
 }