コード例 #1
0
 public List <ClsParentCategory> GetParentCategoryList()
 {
     using (ClsShared_DAL obj = new ClsShared_DAL())
     {
         return(obj.GetParentCategoryList());
     }
 }
コード例 #2
0
 public List <ClsGlobalSearch> GlobalSearch(string SearchKeyWord)
 {
     using (ClsShared_DAL obj = new ClsShared_DAL())
     {
         return(obj.GlobalSearch(SearchKeyWord));
     }
 }