MobilUser lekérdezése

This commit is contained in:
2025-04-15 15:13:08 +02:00
parent ae7257a3ff
commit 50dcf3aff6
4 changed files with 42 additions and 10 deletions
@@ -13,7 +13,6 @@ namespace WorkFlowCheck.Common.DTO
public string? FirstName { get; set; }
public string? LastName { get; set; }
public string? Email { get; set; }
public string? PhoneNumber { get; set; }
public bool NFCActive { get; set; }
public string NFCCode { get; set; } = null!;
}