This commit is contained in:
parent
6d0921a76a
commit
4161fcc1cf
5 changed files with 62 additions and 4 deletions
|
|
@ -95,6 +95,9 @@ namespace BMA.EHR.Domain.Common
|
|||
protected Guid? ProfileId => User.GetProfileId();
|
||||
protected string? Prefix => User.GetPrefix();
|
||||
protected string? FullNameFromClaim => User.GetName();
|
||||
|
||||
protected string? FirstName => User.GetFirstName();
|
||||
protected string? LastName => User.GetLastName();
|
||||
|
||||
#endregion
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue