예제 #1
0
 public IEnumerable <string> Categories(string siteId)
 {
     return(provider.GetCategoryNames(siteId));
 }