Exemple #1
0
 /**
  * @param theLoaiDTO
  */
 public void SuaTheLoai(TheLoaiDTO theLoaiDTO)
 {
     // TODO implement here
     try
     {
         theLoaiDAO.SuaTaiLieu(theLoaiDTO);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }