public ProductRepository(GoldenLeafContext context)
 {
     this.context = context;
 }
Example #2
0
 public ClientRepository(GoldenLeafContext context)
 {
     this.context = context;
 }
 public OrderRepository(GoldenLeafContext context)
 {
     this.context = context;
 }
 public ItemRepository(GoldenLeafContext context)
 {
     this.context = context;
 }
Example #5
0
 public CategoryRepository(GoldenLeafContext context)
 {
     this.context = context;
 }