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