Beispiel #1
0
 public NationalSocietyDashboardSummaryService(
     IReportService reportService,
     INyssContext nyssContext,
     IReportsDashboardSummaryService reportsDashboardSummaryService)
 {
     _reportService = reportService;
     _nyssContext   = nyssContext;
     _reportsDashboardSummaryService = reportsDashboardSummaryService;
 }
Beispiel #2
0
 public ProjectDashboardSummaryService(
     IReportService reportService,
     INyssContext nyssContext,
     IReportsDashboardSummaryService reportsDashboardSummaryService)
 {
     _reportService = reportService;
     _nyssContext   = nyssContext;
     _reportsDashboardSummaryService = reportsDashboardSummaryService;
 }