public DutchRepository(DutchContext ctx, ILogger <DutchRepository> logger) { this.ctx = ctx; this.logger = logger; }
public DutchSeeder(DutchContext dutchContext, IHostingEnvironment hosting, UserManager <StoreUser> userManager) { this.dutchContext = dutchContext; this.hosting = hosting; this.userManager = userManager; }