public DutchRepository(DutchContext ctx, ILogger <DutchRepository> logger)
 {
     this.ctx    = ctx;
     this.logger = logger;
 }
Пример #2
0
 public DutchSeeder(DutchContext dutchContext, IHostingEnvironment hosting, UserManager <StoreUser> userManager)
 {
     this.dutchContext = dutchContext;
     this.hosting      = hosting;
     this.userManager  = userManager;
 }