Пример #1
0
 public Dependente ObterPorId(int idDependente)
 {
     return(repository.FindById(idDependente));
 }