Add people to book admin page.

This commit is contained in:
2020-08-10 03:16:29 +01:00
parent 381fb5d717
commit 9930ccaf0e
8 changed files with 327 additions and 8 deletions

View File

@@ -33,5 +33,7 @@ namespace Marechai.ViewModels
public string Alias { get; set; }
public string Surname { get; set; }
public string DisplayName { get; set; }
public string FullName => DisplayName ?? Alias ?? $"{Name} {Surname}";
}
}