MobileUserDTO javítása

This commit is contained in:
2025-04-15 18:38:16 +02:00
parent 50dcf3aff6
commit c51ee750f9
@@ -12,6 +12,7 @@ namespace WorkFlowCheck.Common.DTO
public string? UserName { get; set; }
public string? FirstName { get; set; }
public string? LastName { get; set; }
public string? Fullname => $"{LastName} {FirstName}";
public string? Email { get; set; }
public bool NFCActive { get; set; }
public string NFCCode { get; set; } = null!;