Implement index page for people.

This commit is contained in:
2019-06-30 21:10:36 +01:00
parent 0fabe49a14
commit 8b49769223
3 changed files with 18 additions and 23 deletions

View File

@@ -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; }