Beispiel #1
0
 public Profit(PointOfSellDbContext _db)
 {
     this.db = _db;
 }
Beispiel #2
0
 public CustomerPayments(PointOfSellDbContext _db)
 {
     this.db = _db;
 }
 public CustomerOrdersController(PointOfSellDbContext context)
 {
     _context = context;
 }
 public Product_SellController(PointOfSellDbContext db)
 {
     _db = db;
 }
Beispiel #5
0
 public CommonData(PointOfSellDbContext _db)
 {
     this.db = _db;
 }
 public ShopPayments(PointOfSellDbContext _db)
 {
     this.db = _db;
 }
Beispiel #7
0
 public StockCount(PointOfSellDbContext _db)
 {
     db = _db;
 }