コード例 #1
0
 public OrderRowRepo(HandleWebshopsDbContext handleWebshopsDbContext)
 {
     _handleWebshopsDbContext = handleWebshopsDbContext;
 }
コード例 #2
0
 public CashierRepo(HandleWebshopsDbContext handleWebshopsDbContext)
 {
     _handleWebshopsDbContext = handleWebshopsDbContext;
 }
コード例 #3
0
 public ReceiptRepo(HandleWebshopsDbContext handleWebshopsDbContext)
 {
     _handleWebshopsDbContext = handleWebshopsDbContext;
 }
コード例 #4
0
 public CustomerRepo(HandleWebshopsDbContext handleWebshopsDbContext)
 {
     _handleWebshopsDbContext = handleWebshopsDbContext;
 }