Exemplo n.º 1
0
 public static WsServerFactory Use(IWsServerController wsController)
 {
     _wsController = wsController;
     return(Instance);
 }
Exemplo n.º 2
0
 public WsServer(IWsServerController wsController)
 {
     _wsController = wsController;
 }