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