예제 #1
0
 public DFReportingService(IReportStatusCommand reportStatusCommandSvc)
 {
     this.reportStatusCommandSvc = reportStatusCommandSvc;
 }
예제 #2
0
 public QueueReporterService(IReportStatusCommand command)
 {
     _command = command;
 }