コード例 #1
0
 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;
 }
コード例 #3
0
 public GetSimpleStockExportData(ISession session, IGetStockReportFile getStockReportFile)
 {
     _session = session;
     _getStockReportFile = getStockReportFile;
 }
コード例 #4
0
 public GetSimpleStockExportData(ISession session, IGetStockReportFile getStockReportFile)
 {
     _session            = session;
     _getStockReportFile = getStockReportFile;
 }