Add AbsentFromLastScan
This commit is contained in:
parent
bd49db83e4
commit
f6dcc0db1d
6 changed files with 477 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue