Ejemplo n.º 1
0
 public AccauntController(IndecorDataBase indecordataBase, UserManager <UserControl> userManager, SignInManager <UserControl> signManager, RoleManager <IdentityRole> roleManager)
 {
     _indecordataBase = indecordataBase;
     _userManager     = userManager;
     _signManager     = signManager;
     _roleManager     = roleManager;
 }
Ejemplo n.º 2
0
 public HomeController(IndecorDataBase indecorDataBase)
 {
     _dbIndecor = indecorDataBase;
 }
Ejemplo n.º 3
0
 public ProductController(IndecorDataBase indecorDataBase, IHostingEnvironment hostingEnvironment)
 {
     _db  = indecorDataBase;
     _env = hostingEnvironment;
 }
 public CategoryOfWeekController(IndecorDataBase indecorDataBase, IHostingEnvironment hostingEnvironment)
 {
     _db  = indecorDataBase;
     _env = hostingEnvironment;
 }
Ejemplo n.º 5
0
 public BigSliderController(IndecorDataBase indecorDataBase, IHostingEnvironment hostingEnvironment)
 {
     _db  = indecorDataBase;
     _env = hostingEnvironment;
 }