Exemplo n.º 1
0
 public async Task <Player> UpdatePlayerName(Guid playerId, int amount)
 {
     return(await _mongoDBRepository.IncrementPlayerScore(playerId, amount));
 }