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