Exemplo n.º 1
0
 public OrderRowRepo(HandleWebshopsDbContext handleWebshopsDbContext)
 {
     _handleWebshopsDbContext = handleWebshopsDbContext;
 }
Exemplo n.º 2
0
 public CashierRepo(HandleWebshopsDbContext handleWebshopsDbContext)
 {
     _handleWebshopsDbContext = handleWebshopsDbContext;
 }
 public ReceiptRepo(HandleWebshopsDbContext handleWebshopsDbContext)
 {
     _handleWebshopsDbContext = handleWebshopsDbContext;
 }
 public CustomerRepo(HandleWebshopsDbContext handleWebshopsDbContext)
 {
     _handleWebshopsDbContext = handleWebshopsDbContext;
 }