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