Esempio n. 1
0
        public CurrentSongNameResponse Any(CurrentSongName request)
        {
            var response = new CurrentSongNameResponse();

            sonos.SongNameTTS(50);
            return(response);
        }
Esempio n. 2
0
 public CurrentSongNameResponse Any(CurrentSongName request)
 {
     var response = new CurrentSongNameResponse();
     sonos.SongNameTTS(50);
     return response;
 }