Create aCustom AutoMapper.IObjectMapper
I use the ABP vnext framework to customize a class and implement AutoMapper.Internal.Mappers.IOjectMapper, note that it is not Volo.Abp. Object.Mapping.IOjectMapper. I expect to inject IAbpLazyServiceProvider into the class, but I don’t know how to implement it