Example #1
0
 public ProductRepository(EcommerceContext context)
 {
     this.context = context;
 }
Example #2
0
 public OrderRepository(EcommerceContext context)
 {
     this.context = context;
 }