public BazaSeeder(BazaContext ctx, IHostingEnvironment hosting, UserManager <StoreUser> userManager) { _ctx = ctx; _hosting = hosting; _userManager = userManager; }
public BazaRepository(BazaContext ctx) { this.ctx = ctx; }