public PluralRepository(PluralContext ctx, ILogger <PluralRepository> logger) { _ctx = ctx; _logger = logger; }
public PluralSeeder(PluralContext ctx, IHostingEnvironment hosting, UserManager <StoreUser> userManager) { _ctx = ctx; _hosting = hosting; _userManager = userManager; }