示例#1
0
 public IEnumerable <Emprestimo> ObtemTudo()
 {
     return(_emprestimoRepositorio.ObterTudo());
 }