コード例 #1
0
 /// <summary>
 /// Get the ranking of the cats in a descending order
 /// </summary>
 /// <returns></returns>
 public static List <Cat> GetCatsRanking()
 {
     return(RatingRepository.GetCatsByOrder());
 }