Пример #1
0
 public IEnumerable <AppSetting> Data(string siteId, string cate = null)
 {
     return(provider.Query(siteId, cate));
 }