Skip to content

Commit

Permalink
Add mapping for A5.STROKYR
Browse files Browse the repository at this point in the history
  • Loading branch information
Oddvocado committed Sep 26, 2023
1 parent bbe5b54 commit 784cefe
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 @@ -306,6 +306,7 @@ public static bool Update(this A5 entity, A5Dto dto)
entity.CVOTHRX = dto.CVOTHRX;
entity.CBSTROKE = dto.CBSTROKE;
entity.STROKMUL = dto.STROKMUL;
entity.STROKYR = dto.STROKYR;
entity.CBTIA = dto.CBTIA;
entity.TIAMULT = dto.TIAMULT;
entity.TIAYEAR = dto.TIAYEAR;
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 @@ -387,6 +387,7 @@ public static A5Dto ToFullDto(this A5 a5)
CVOTHRX = a5.CVOTHRX,
CBSTROKE = a5.CBSTROKE,
STROKMUL = a5.STROKMUL,
STROKYR = a5.STROKYR,
CBTIA = a5.CBTIA,
TIAMULT = a5.TIAMULT,
TIAYEAR = a5.TIAYEAR,
Expand Down

0 comments on commit 784cefe

Please sign in to comment.