예제 #1
0
 public DataSet GetAdvanceSearchDataSet(string prefix, bool isActive, AspxCommonInfo aspxCommonObj, int CategoryID, bool IsGiftCard)
 {
     try
     {
         AdvanceSearchProvider asp = new AdvanceSearchProvider();
         DataSet lstAdvanceSearch  = asp.GetAdvanceSearchDataSet(prefix, isActive, aspxCommonObj, CategoryID, IsGiftCard);
         return(lstAdvanceSearch);
     }
     catch (Exception e)
     {
         throw e;
     }
 }
 public DataSet GetAdvanceSearchDataSet(string prefix, bool isActive, AspxCommonInfo aspxCommonObj, int CategoryID, bool IsGiftCard)
 {
     try
     {
         AdvanceSearchProvider asp = new AdvanceSearchProvider();
         DataSet lstAdvanceSearch = asp.GetAdvanceSearchDataSet(prefix, isActive, aspxCommonObj, CategoryID, IsGiftCard);
         return lstAdvanceSearch;
     }
     catch (Exception e)
     {
         throw e;
     }
 }