Пример #1
0
 public void UpdateScore(int pId, int rId, int points)
 {
     scoreRepository.AddNewScore(pId, rId, points);
 }