Exemple #1
0
 /// <summary>
 /// Gets the distinct years in which site visits have been conducted.
 /// </summary>
 /// <returns></returns>
 public static SortedSet <int> GetAvailableYears()
 {
     return(ResultsMapper.GetAvailableYears());
 }