BUGFIX
This commit is contained in:
@@ -33,7 +33,10 @@ namespace WorkFlowCheck.Common.DTO
|
||||
|
||||
[DisplayName("NFC belépés")]
|
||||
public bool NFCActive { get; set; }
|
||||
|
||||
|
||||
[DisplayName("NFC kód")]
|
||||
public string NFCCode { get; set; } = null!;
|
||||
|
||||
public ICollection<RoleDTO>? RoleDTO { get; set; } = new List<RoleDTO>();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user