Example #1
0
 public DutchRepository(DutchContext context,
                        UserManager <AppUser> userManager)
 {
     _context     = context;
     _userManager = userManager;
 }
Example #2
0
 public DutchSeeder(DutchContext ctx, IHostingEnvironment hosting)
 {
     _ctx     = ctx;
     _hosting = hosting;
 }