Exemple #1
0
 public StatusService(IStatusQuery statusQuery, IStatusCommand statusCommand)
 {
     _statusQuery   = statusQuery;
     _statusCommand = statusCommand;
 }
 public RootController(IStatusQuery statusQuery)
 {
     _statusQuery = statusQuery;
 }
 public RootController(IStatusQuery statusQuery)
 {
     _statusQuery = statusQuery;
 }