Ejemplo n.º 1
0
 public List <ClsParentCategory> GetParentCategoryList()
 {
     using (ClsShared_DAL obj = new ClsShared_DAL())
     {
         return(obj.GetParentCategoryList());
     }
 }
Ejemplo n.º 2
0
 public List <ClsGlobalSearch> GlobalSearch(string SearchKeyWord)
 {
     using (ClsShared_DAL obj = new ClsShared_DAL())
     {
         return(obj.GlobalSearch(SearchKeyWord));
     }
 }