|
|
@ -29,9 +29,7 @@ public partial class StoreApplicationAutoMapperProfile : Profile |
|
|
|
CreateMap<InjectionRequestImportInput, InjectionRequest>() |
|
|
|
.IgnoreAuditedObjectProperties() |
|
|
|
.ForMember(x => x.Type, y => y.MapFrom(t => t.Type.ToString())) |
|
|
|
.Ignore(x => x.PreparationPlanNumber) |
|
|
|
.Ignore(x => x.ProdLine) |
|
|
|
.Ignore(x => x.Workshop) |
|
|
|
.Ignore(x => x.UseOnTheWayLocation) |
|
|
|
.Ignore(x => x.Details) |
|
|
|
.Ignore(x => x.Remark) |
|
|
|