예제 #1
0
파일: ServiceLayer.cs 프로젝트: N90K/TNBase
 /// <summary>
 /// Get the highest year number
 /// </summary>
 /// <returns></returns>
 public int GetHighestYearNumber()
 {
     return(repoLayer.GetYearStats(connection).Max(x => x.Year));
 }