Skip to content

Commit

Permalink
Add missing prop
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleybot committed Feb 22, 2024
1 parent 6f07739 commit d4d1f00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/UDS.Net.API/Extensions/DtoToEntityMapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -903,6 +903,7 @@ public static bool Update(this B8 entity, B8Dto dto)
entity.LIMBAPRAX = dto.LIMBAPRAX;
entity.UMNDIST = dto.UMNDIST;
entity.LMNDIST = dto.LMNDIST;
entity.VFIELDCUT = dto.VFIELDCUT;
entity.LIMBATAX = dto.LIMBATAX;
entity.MYOCLON = dto.MYOCLON;
entity.UNISOMATO = dto.UNISOMATO;
Expand Down
1 change: 1 addition & 0 deletions src/UDS.Net.API/Extensions/EntityToDtoMapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1016,6 +1016,7 @@ public static B8Dto ToFullDto(this B8 b8)
LIMBAPRAX = b8.LIMBAPRAX,
UMNDIST = b8.UMNDIST,
LMNDIST = b8.LMNDIST,
VFIELDCUT = b8.VFIELDCUT,
LIMBATAX = b8.LIMBATAX,
MYOCLON = b8.MYOCLON,
UNISOMATO = b8.UNISOMATO,
Expand Down

0 comments on commit d4d1f00

Please sign in to comment.