Пример #1
0
        private void MergeMap(Type type, IMappingProvider mapping)
        {
            Type typeToMap = GetTypeToMap(type);

            autoMapper.MergeMap(typeToMap, mapping.GetClassMapping(), new List <string>(mapping.GetIgnoredProperties()));
        }