Add document person editing in admin view.

This commit is contained in:
2020-05-27 19:21:09 +01:00
parent 061fcdab23
commit 0e69325c0b
9 changed files with 470 additions and 90 deletions

View File

@@ -7,5 +7,8 @@ namespace Marechai.ViewModels
public string Name { get; set; }
public string Person { get; set; }
public int? PersonId { get; set; }
public string Alias { get; set; }
public string Surname { get; set; }
public string DisplayName { get; set; }
}
}