Example #1
0
 public double GetSchoolScore([FromRoute] string schoolId)
 {
     return(StatisticalService.SchoolAverageScore(schoolId));
 }