public OrderRepository()
 {
     _context = new StoreEntities();
 }
 public BillRepository()
 {
     _context = new StoreEntities();
 }
Exemple #3
0
 public CategoryRepository()
 {
     _context = new StoreEntities();
 }
 public ItemRepository()
 {
     _context = new StoreEntities();
 }
 public WarehouseRepository()
 {
     _context = new StoreEntities();
 }
 public BrancheRepository()
 {
     _context = new StoreEntities();
 }