Beispiel #1
0
 public async Task <bool> PlaySong(string songCode)
 {
     return(await repository.PlaySong(endpoint, songCode));
 }