示例#1
0
 public async Task <RuntimeResult> Disconnect()
 {
     return(await _musicService.DisconnectAsync(Context));
 }