Exemple #1
0
 public async Task DeletePlayer(Guid playerId)
 {
     await _appState.DeletePlayerAsync(playerId);
 }