Skip to content

Commit

Permalink
Add trailB to the entity conversions for the C1
Browse files Browse the repository at this point in the history
  • Loading branch information
mlan225 committed Nov 9, 2023
1 parent 784cefe commit 544f403
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 @@ -653,6 +653,7 @@ public static bool Update(this C1 entity, C1Dto dto)
entity.TRAILA = dto.TRAILA;
entity.TRAILARR = dto.TRAILARR;
entity.TRAILALI = dto.TRAILALI;
entity.TRAILB = dto.TRAILB;
entity.TRAILBRR = dto.TRAILBRR;
entity.TRAILBLI = dto.TRAILBLI;
entity.MEMUNITS = dto.MEMUNITS;
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 @@ -709,6 +709,7 @@ public static C1Dto ToFullDto(this C1 c1)
TRAILA = c1.TRAILA,
TRAILARR = c1.TRAILARR,
TRAILALI = c1.TRAILALI,
TRAILB = c1.TRAILB,
TRAILBRR = c1.TRAILBRR,
TRAILBLI = c1.TRAILBLI,
MEMUNITS = c1.MEMUNITS,
Expand Down

0 comments on commit 544f403

Please sign in to comment.