public Boolean Altera(AgendamentoDTO pAgendamentoDTO) { try { return(AgendamentoDAO.Altera(pAgendamentoDTO)); } catch (Exception e) { throw e; } }