コード例 #1
0
 public IEnumerable <Livro> ObterPorTitulo(string titulo)
 {
     return(_livroServico.ObterPorTitulo(titulo));
 }