Add people by book.

This commit is contained in:
2019-06-17 03:02:47 +01:00
parent c9c88351e2
commit df5d28d6a4
8 changed files with 12763 additions and 6879 deletions

View File

@@ -14,6 +14,7 @@ namespace Cicm.Database.Models
public virtual Person Person { get; set; }
public virtual ICollection<PeopleByDocument> Documents { get; set; }
public virtual ICollection<PeopleByBook> Books { get; set; }
[NotMapped]
public string FullName => $"{Name} {Surname}";