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