Esempio n. 1
0
 public DFReportingService(IReportStatusCommand reportStatusCommandSvc)
 {
     this.reportStatusCommandSvc = reportStatusCommandSvc;
 }
Esempio n. 2
0
 public QueueReporterService(IReportStatusCommand command)
 {
     _command = command;
 }