Example #1
0
 public DataSet GetDataSet(SqlCommand pObjCommand)
 {
     try
     {
         return(objDAL.GetDataSet(pObjCommand));
     }
     catch (Exception)
     {
         throw;
     }
 }