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