Ejemplo n.º 1
0
        public void Parse(ModelMap map, string filePath)
        {
            var replacement = new ModelMap(map.Name, map.Entity);

            _inner.Parse(replacement, filePath);
            map.ReplaceWith(replacement);
        }