コード例 #1
0
 public ShoeSeeder(ShoeContext ctx, IHostEnvironment hosting, UserManager <StoreUser> userManager)
 {
     _ctx         = ctx;
     _hosting     = hosting;
     _userManager = userManager;
 }
コード例 #2
0
 public ShoeRepository(ShoeContext ctx)
 {
     _ctx = ctx;
 }