Esempio n. 1
0
 public ToySeeder(ToyContext ctx, IHostingEnvironment hosting, UserManager <StoreUser> userManager)
 {
     _ctx         = ctx;
     _hosting     = hosting;
     _userManager = userManager;
 }
 public ToyRepository(ToyContext ctx)
 {
     _ctx = ctx;
 }