Exemplo n.º 1
0
 public BooksObj Get(string id)
 {
     return(BooksManager.GetBookById(_booksRepository, id));
 }