public ItemService(OmDemoContext db) { _db = db; }
public UserService(OmDemoContext db) { _db = db; }
public StockPurchesService(OmDemoContext db) { _db = db; }
public SupplierService(OmDemoContext db) { _db = db; }
public AddonService(OmDemoContext db) { _db = db; }
public VariationService(OmDemoContext db) { _db = db; }
public PriceManagementService(OmDemoContext db) { _db = db; }
public TableService(OmDemoContext db) { _db = db; }
public CategoryService(OmDemoContext db) { _db = db; }