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