Exemple #1
0
 public customerRepository(eCommIMContext context)
 {
     this.context = context;
 }
 public productRepository(eCommIMContext context)
 {
     this.context = context;
 }
 public purchaseRepository(eCommIMContext context)
 {
     this.context = context;
 }
 public offerRepository(eCommIMContext context)
 {
     this.context = context;
 }