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