Example #1
0
 public DataSet SearchDetails(SearchSchema objSearchSchema)
 {
     try
     {
         ds = objSearchDAL.SearchDetails(objSearchSchema);
         return(ds);
     }
     catch (Exception e)
     {
         return(null);
     }
     finally
     {
         ds = null;
     }
 }