Example #1
0
 /// <summary>
 /// Get the highest year number
 /// </summary>
 /// <returns></returns>
 public int GetHighestYearNumber()
 {
     return(repoLayer.GetYearStats(connection).Max(x => x.Year));
 }