public AnimalController(_1718_etu32294_DB_SmartContext ctx, UserManager <ApplicationUser> userManager) : base(userManager) { this.ctx = ctx; }
public SpeciesController(_1718_etu32294_DB_SmartContext ctx) { this.ctx = ctx; }
public ColorController(UserManager <ApplicationUser> userManager, _1718_etu32294_DB_SmartContext ctx) : base(userManager) { this.ctx = ctx; }
public AccountController(UserManager <ApplicationUser> userManager, _1718_etu32294_DB_SmartContext _context, RoleManager <IdentityRole> roleManager) : base(userManager) { this._userManager = userManager; this._context = _context; _roleManager = roleManager; }