예제 #1
0
 public List <AdvanceSearchSettingInfo> GetAdvanceSearchSetting(AspxCommonInfo aspxCommonObj)
 {
     try
     {
         AdvanceSearchProvider           asp = new AdvanceSearchProvider();
         List <AdvanceSearchSettingInfo> lstAdvanceSearch = asp.GetAdvanceSearchSetting(aspxCommonObj);
         return(lstAdvanceSearch);
     }
     catch (Exception e)
     {
         throw e;
     }
 }
 public List<AdvanceSearchSettingInfo> GetAdvanceSearchSetting(AspxCommonInfo aspxCommonObj)
 {
     try
     {
         AdvanceSearchProvider asp = new AdvanceSearchProvider();
         List<AdvanceSearchSettingInfo> lstAdvanceSearch = asp.GetAdvanceSearchSetting(aspxCommonObj);
         return lstAdvanceSearch;
     }
     catch (Exception e)
     {
         throw e;
     }
 }