示例#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;
 }