예제 #1
0
 public ReceiptsController(CashRegisterDbContext dataContext)
 {
     DataContext = dataContext;
 }
예제 #2
0
 public CashRegisterDataService(CashRegisterDbContext cashRegisterDbContext)
 {
     _CashRegisterDbContext = cashRegisterDbContext;
 }
 public ProductsController(CashRegisterDbContext dataContext)
 {
     DataContext = dataContext;
 }