Exemplo n.º 1
0
 public ProductRepositary(ShopingDbContext shopingDbContext)
 {
     shopingDb = shopingDbContext;
 }
 public OrderRepository()
 {
     shopingDb = new ShopingDbContext();
 }
Exemplo n.º 3
0
 public CustomerRepositary(ShopingDbContext shopingDbContext)
 {
     shopingDb = shopingDbContext;
 }