Exemplo n.º 1
0
 public Autor BuscarAutor(Guid id)
 {
     return(_serviceAutor.GetAutorByIdService(id));
 }