Пример #1
0
 /**
  * @return
  */
 public DataTable XemTheLoai()
 {
     // TODO implement here
     try
     {
         dataTable = theLoaiDAO.XemTheLoai();
     }
     catch (Exception ex)
     {
         throw ex;
     }
     return(dataTable);
 }