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