Пример #1
0
 public List <Dependente> ConsultarTodos()
 {
     return(repository.SelectAll());
 }