Exemplo n.º 1
0
 public void AddPoint(int userId, int points)
 {
     _usersRepository.AddRankingPoint(userId, points);
 }