Esempio n. 1
0
 public List <AgendamentoDTO> Listar()
 {
     return(_repositorioAgendamento.Listar());
 }