Пример #1
0
 public Emprestimo Obtem(int id)
 {
     return(_emprestimoRepositorio.Obter(id));
 }