public ProductRepository(MarketContext context)
 {
     this._context = context;
 }
 public HistoryRepository(MarketContext context)
 {
     this._context = context;
 }
Esempio n. 3
0
 public SaleRepository(MarketContext context)
 {
     this._context = context;
 }
 public GroupRepository(MarketContext context)
 {
     this._context = context;
 }