예제 #1
0
 public virtual IEnumerable <ScoreModel> GetYearScores(int year)
 {
     return(DataBridge.GetYearScores(year).ToList());
 }