Ejemplo n.º 1
0
 public DeleteModel(HouseLemmingv3.Data.ApplicationDbContext context)
 {
     _context = context;
 }
Ejemplo n.º 2
0
 public IndexModel(HouseLemmingv3.Data.ApplicationDbContext context)
 {
     _context     = context;
     _UserManager = _context.GetService <UserManager <ApplicationUser> >();
 }
Ejemplo n.º 3
0
 public IndexModel(HouseLemmingv3.Data.ApplicationDbContext context)
 {
     _context     = context;
     ImageHelpers = new ImageHelpers(context);
     UserManager  = _context.GetService <UserManager <ApplicationUser> >();
 }