Example #1
0
 public static IList <CategoryEntity> GetTopCategories()
 {
     return(CategoryData.GetTopCategories("digest_category"));
 }