Ejemplo n.º 1
0
 public void ReportWsDaemonState([FromBody] WsClientState state)
 {
     VirtualRoot.Execute(new RefreshWsStateCommand(state));
 }
Ejemplo n.º 2
0
 public RefreshWsStateCommand(WsClientState wsClientState)
 {
     this.WsClientState = wsClientState;
 }