Пример #1
0
 public List <Book> Get() =>
 _bookContext.Book().Find(book => true).ToList();