public LowStockReportAdminService(IGetLowStockQuery getLowStockQuery,
     IStringResourceProvider stringResourceProvider,
     IGetStockReportFile getStockReportFile)
 {
     _getLowStockQuery = getLowStockQuery;
     _stringResourceProvider = stringResourceProvider;
     _getStockReportFile = getStockReportFile;
 }
예제 #2
0
 public LowStockReportAdminService(IGetLowStockQuery getLowStockQuery,
                                   IStringResourceProvider stringResourceProvider,
                                   IGetStockReportFile getStockReportFile)
 {
     _getLowStockQuery       = getLowStockQuery;
     _stringResourceProvider = stringResourceProvider;
     _getStockReportFile     = getStockReportFile;
 }