mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Add people to book admin page.
This commit is contained in:
@@ -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}";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user