示例#1
0
 public IEnumerable <Livro> BuscarPorNome(string nome)
 {
     return(_livroService.BuscarPorNome(nome));
 }