mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Implement document people crud pages.
This commit is contained in:
@@ -20,7 +20,8 @@ namespace Cicm.Database.Models
|
||||
[DisplayName("Name")]
|
||||
public string FullName => DisplayName ?? Alias ?? $"{Name} {Surname}";
|
||||
|
||||
public virtual Person Person { get; set; }
|
||||
[DisplayName("Linked person")]
|
||||
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; }
|
||||
|
||||
Reference in New Issue
Block a user