Exemple #1
0
 public CronieModel(laundry.Data.ApplicationDbContext context, UserManager <IdentityUser> userManager, IConfiguration configuration)
 {
     Configuration = configuration;
     _context      = context;
     _userManager  = userManager;
 }
Exemple #2
0
 public IndexModel(laundry.Data.ApplicationDbContext context)
 {
     _context = context;
 }
Exemple #3
0
 public CreateModel(laundry.Data.ApplicationDbContext context)
 {
     _context = context;
 }
Exemple #4
0
 public DetailsModel(laundry.Data.ApplicationDbContext context)
 {
     _context = context;
 }