Add AbsentFromLastScan

This commit is contained in:
Mbucari 2023-03-07 16:00:23 -07:00 committed by MBucari
parent bd49db83e4
commit f6dcc0db1d
6 changed files with 477 additions and 3 deletions

View file

@ -12,6 +12,7 @@ namespace DataLayer
public string Account { get; private set; }
public bool IsDeleted { get; set; }
public bool AbsentFromLastScan { get; set; }
private LibraryBook() { }
public LibraryBook(Book book, DateTime dateAdded, string account)