Ejemplo n.º 1
0
 public BooksService(BooksContext booksContext)
 {
     _booksContext = booksContext;
 }