Пример #1
0
 public SonosPlayerDiscoveryService(PlayerWebInterface webInterface, ServerConfiguration config)
 {
     _webInterface = webInterface;
     _config       = config;
 }
 public ServerRegistrationService(PlayerWebInterface webInterface, ServerConfiguration config)
 {
     _webInterface = webInterface;
     _config = config;
 }