|
|
@ -39,6 +39,7 @@ public partial class StoreEventAutoMapperProfile : Profile |
|
|
|
.ForMember(x => x.ContainerRequestNumber, y => y.MapFrom(d => d.Number)) |
|
|
|
.Ignore(x => x.JobNumber) |
|
|
|
.Ignore(x => x.Confirmed) |
|
|
|
.Ignore(x => x.ConfirmTime) |
|
|
|
.Ignore(x => x.Details); |
|
|
|
|
|
|
|
CreateMap<BalanceDTO, ContainerNoteDetailInput>() |
|
|
|