예제 #1
0
 public async Task <Player> AddScore(Guid id, int score)
 {
     return(await _repository.AddScore(id, score));
 }