Exemplo n.º 1
0
 public async Task <RuntimeResult> ForceSkip()
 {
     return(await _musicService.ForceSkipAsync(Context));
 }