public List <ClsParentCategory> GetParentCategoryList() { using (ClsShared_BAL obj = new ClsShared_BAL()) { return(obj.GetParentCategoryList()); } }
public List <ClsGlobalSearch> GlobalSearch(string SearchKeyWord) { using (ClsShared_BAL obj = new ClsShared_BAL()) { return(obj.GlobalSearch(SearchKeyWord)); } }