예제 #1
0
 public ProductRepository(ProductDbContext ctx)
 {
     context = ctx;
     SeedData.EnsurePopulated(ctx);
 }
예제 #2
0
 public ProductRepository(ProductDbContext ctx)
 {
     context = ctx;
 }