mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Implement index page for people.
This commit is contained in:
@@ -30,6 +30,7 @@ namespace Cicm.Database.Models
|
||||
public int? DocumentPersonId { get; set; }
|
||||
|
||||
[NotMapped]
|
||||
[DisplayName("Name")]
|
||||
public string FullName => $"{Name} {Surname}";
|
||||
|
||||
public short? CountryOfBirthId { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user