MobileUserDTO javítása
This commit is contained in:
@@ -12,6 +12,7 @@ namespace WorkFlowCheck.Common.DTO
|
|||||||
public string? UserName { get; set; }
|
public string? UserName { get; set; }
|
||||||
public string? FirstName { get; set; }
|
public string? FirstName { get; set; }
|
||||||
public string? LastName { get; set; }
|
public string? LastName { get; set; }
|
||||||
|
public string? Fullname => $"{LastName} {FirstName}";
|
||||||
public string? Email { get; set; }
|
public string? Email { get; set; }
|
||||||
public bool NFCActive { get; set; }
|
public bool NFCActive { get; set; }
|
||||||
public string NFCCode { get; set; } = null!;
|
public string NFCCode { get; set; } = null!;
|
||||||
|
|||||||
Reference in New Issue
Block a user