Exemplo n.º 1
0
 public ProductRepository(ProductDbContext ctx)
 {
     context = ctx;
     SeedData.EnsurePopulated(ctx);
 }
Exemplo n.º 2
0
 public ProductRepository(ProductDbContext ctx)
 {
     context = ctx;
 }