Пример #1
0
 public DataTable RetrieveAll(int userid, string hostCode)
 {
     DAStudents pDAL = new DAStudents();
     try
     {
         return pDAL.RetrieveAll(userid, hostCode);
     }
     catch
     {
         throw;
     }
     finally
     {
         pDAL = null;
     }
 }