User NFCCode is rögzítésre kerüljön
This commit is contained in:
@@ -394,6 +394,8 @@ namespace WorkFlowCheck.BL.Services
|
||||
user.Email = userDTO.Email;
|
||||
user.Active = userDTO.Active;
|
||||
user.NFCActive = userDTO.NFCActive;
|
||||
user.NFCCode = userDTO.NFCCode;
|
||||
|
||||
await _dbContext.SaveChangesAsync();
|
||||
|
||||
retVal = _mapper.Map<UserDTO>(user);
|
||||
|
||||
Reference in New Issue
Block a user