Example #1
0
 public DataSet GetVerifiedUserFunction()
 {
     try
     {
         DBA = new UserBLL();
         return(DBA.GetVerifiedUser());
     }
     catch (Exception)
     {
         throw;
     }
 }