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