public int SelecionarHorarios(DateTime pDt, int pIdHorario) { try { return(AgendamentoDAO.SelecionarHorarios(pDt, pIdHorario)); } catch (Exception e) { throw e; } }