" - Use MapperBase<TSource, TDestination> for one-way mapping.\n"+
" - Use TwoWayMapperBase<TDestination, TSource> for two-way mapping.\n\n"+
"For details, see the Mapperly integration document https://abp.io/docs/latest/framework/infrastructure/object-to-object-mapping#mapperly-integration");
varnewLine=Environment.NewLine;
varmessage="No object mapping was found for the specified source and destination types."+
" - Use MapperBase<TSource, TDestination> for one-way mapping."+
newLine+
" - Use TwoWayMapperBase<TDestination, TSource> for two-way mapping."+
newLine+
newLine+
"For details, see the Mapperly integration document https://abp.io/docs/latest/framework/infrastructure/object-to-object-mapping#mapperly-integration";