示例#1
0
 public async Task Handle(OnMoveNotification request, CancellationToken cancellationToken)
 {
     await _computerPlayer.DoComputerMove(request.ViewModel.ID).ConfigureAwait(false);
 }