Пример #1
0
 public ReportService(IDatabase database, IReportImageService reportImageService,
                      IHttpContextReader httpContextReader)
 {
     this.database           = database;
     this.reportImageService = reportImageService;
     this.httpContextReader  = httpContextReader;
 }
Пример #2
0
 public AttachReportImagesCommand(IReportImageService reportImageService,
                                  IReportValidationHub reportValidationHub, IHttpContextReader httpContextReader)
 {
     this.reportImageService  = reportImageService;
     this.reportValidationHub = reportValidationHub;
     this.httpContextReader   = httpContextReader;
 }