mirror of
https://github.com/rmcrackan/Libation.git
synced 2026-04-04 15:16:29 -04:00
All scraping code removed
This commit is contained in:
@@ -8,14 +8,6 @@ namespace DataLayer
|
||||
{
|
||||
public static class BookQueries
|
||||
{
|
||||
public static int BooksWithoutDetailsCount()
|
||||
{
|
||||
using var context = LibationContext.Create();
|
||||
return context
|
||||
.Books
|
||||
.Count(b => !b.HasBookDetails);
|
||||
}
|
||||
|
||||
public static Book GetBook_Flat_NoTracking(string productId)
|
||||
{
|
||||
using var context = LibationContext.Create();
|
||||
|
||||
Reference in New Issue
Block a user