public ProductRepository(MarketContext context)
 {
     this._context = context;
 }
 public HistoryRepository(MarketContext context)
 {
     this._context = context;
 }
コード例 #3
0
 public SaleRepository(MarketContext context)
 {
     this._context = context;
 }
コード例 #4
0
 public GroupRepository(MarketContext context)
 {
     this._context = context;
 }