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