コード例 #1
0
 public CentralReportService(ISession session, IOrganizationService organizationService, IUnitReportService unitReportService, IZoneReportService zoneReportService, IStateReportService stateReportService)
 {
     _session             = session;
     _organizationService = organizationService;
     _unitReportService   = unitReportService;
     _zoneReportService   = zoneReportService;
     _stateReportService  = stateReportService;
 }
コード例 #2
0
 public PromotePlanToStateReportCommandHandler(IStateReportService stateReportService, ISession session)
 {
     _stateReportService = stateReportService;
     _session            = session;
 }
 public UpdateStateReportGeneratedDataCommandHandler(ISession session, IStateReportService stateReportService)
 {
     _session            = session;
     _stateReportService = stateReportService;
 }