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