Пример #1
0
 public async Task <GamePageResponse> GetLastPoint(int playerId)
 {
     return(await _playerRepo.GetLastRecord(playerId));
 }