Exemplo n.º 1
0
 public Round ReadById(int id)
 {
     return(_roundVali.SortingByUserPoints(_roundRepo.ReadById(id)));
 }