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