public LowStockReportAdminService(IGetLowStockQuery getLowStockQuery, IStringResourceProvider stringResourceProvider, IGetStockReportFile getStockReportFile) { _getLowStockQuery = getLowStockQuery; _stringResourceProvider = stringResourceProvider; _getStockReportFile = getStockReportFile; }
public GetSimpleStockExportData(ISession session, IGetStockReportFile getStockReportFile) { _session = session; _getStockReportFile = getStockReportFile; }