Add people by magazine.

This commit is contained in:
2019-06-17 04:10:14 +01:00
parent e4edf83afc
commit e76e09112d
8 changed files with 8237 additions and 2 deletions

View File

@@ -15,6 +15,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; }
public virtual ICollection<PeopleByMagazine> Magazines { get; set; }
[NotMapped]
public string FullName => $"{Name} {Surname}";