public ItemService(OmDemoContext db)
 {
     _db = db;
 }
Example #2
0
 public UserService(OmDemoContext db)
 {
     _db = db;
 }
Example #3
0
 public StockPurchesService(OmDemoContext db)
 {
     _db = db;
 }
 public SupplierService(OmDemoContext db)
 {
     _db = db;
 }
Example #5
0
 public AddonService(OmDemoContext db)
 {
     _db = db;
 }
 public VariationService(OmDemoContext db)
 {
     _db = db;
 }
 public PriceManagementService(OmDemoContext db)
 {
     _db = db;
 }
Example #8
0
 public TableService(OmDemoContext db)
 {
     _db = db;
 }
Example #9
0
 public CategoryService(OmDemoContext db)
 {
     _db = db;
 }