public listAgenda pendentePagamento(AgendaModel oAgenda) { listAgenda oListaAgenda = new listAgenda(); Agenda oAgendaDao = new Agenda(); try { oListaAgenda = oAgendaDao.pendentePagamento(oAgenda); return oListaAgenda; } catch (Exception) { throw; } }
public listAgenda listaEventos() { listAgenda oListaAgenda = new listAgenda(); Agenda oAgendaDao = new Agenda(); try { oListaAgenda = oAgendaDao.listaEventos(); return oListaAgenda; } catch (Exception) { throw; } }