Пример #1
0
 public ICollection GetBestSchools(int n)
 {
     return(StatisticalService.BestNSchools(n));
 }