예제 #1
0
 public CustomerRepository(ContextClass context)
 {
     this.context = context;
 }
 public BillRepository(ContextClass context)
 {
     this.context = context;
 }
예제 #3
0
 public OwnerDebtRepository(ContextClass context)
 {
     this.context = context;
 }
예제 #4
0
 public ProductRepository(ContextClass context)
 {
     this.context = context;
 }