Exemple #1
0
 public StateReportQueryService(IReportingModuleSession customerReportingInterfaceSession, IUserContext userContext, IExcelReportFactory excelReportFactory, IOrganizationUserQueryService organizationUserQueryService)
 {
     _userContext                  = userContext;
     _excelReportFactory           = excelReportFactory;
     _session                      = customerReportingInterfaceSession.Session;
     _organizationUserQueryService = organizationUserQueryService;
 }
Exemple #2
0
 public CentralReportQueryService(IReportingModuleSession customerReportingInterfaceSession, IUserContext userContext, IExcelReportFactory excelReportFactory)
 {
     _userContext        = userContext;
     _excelReportFactory = excelReportFactory;
     _session            = customerReportingInterfaceSession.Session;
 }