Exemple #1
0
 public ProductsRepository(DbShopContext dbShopContext)
 {
     this.dbShopContext = dbShopContext;
 }
 public CategoriesRepository(DbShopContext dbShopContext)
 {
     this.dbShopContext = dbShopContext;
 }
 public SuppliersRepository(DbShopContext dbShopContext)
 {
     this.dbShopContext = dbShopContext;
 }