public Boolean Altera(FuncionarioDTO pFuncionarioDTO) { try { return(DAO.Altera(pFuncionarioDTO)); } catch (Exception e) { throw e; } }