public DutchRepository(DutchContext ctx)
 {
     _ctx = ctx;
 }
Пример #2
0
 public DutchSeeder(DutchContext ctx, IHostingEnvironment hosting, UserManager <StoreUser> userManager)
 {
     _ctx         = ctx;
     _hosting     = hosting;
     _userManager = userManager;
 }