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