コード例 #1
0
 public ProductRepository(GoldenLeafContext context)
 {
     this.context = context;
 }
コード例 #2
0
 public ClientRepository(GoldenLeafContext context)
 {
     this.context = context;
 }
コード例 #3
0
 public OrderRepository(GoldenLeafContext context)
 {
     this.context = context;
 }
コード例 #4
0
 public ItemRepository(GoldenLeafContext context)
 {
     this.context = context;
 }
コード例 #5
0
 public CategoryRepository(GoldenLeafContext context)
 {
     this.context = context;
 }