Refactor more mappers

This commit is contained in:
Stephan
2019-03-24 12:01:23 +01:00
parent a6dc5f0eac
commit 5bcafba34c
13 changed files with 595 additions and 592 deletions

View File

@@ -9,6 +9,10 @@ namespace Umbraco.Core.Mapping
// FIXME in order to transition, this should also handle AutoMapper?
// FIXME we might have to manage a 'context' for some contextual mappings?
// FIXME we have an infinite loop problem w/ logging in due to mapping issues
// FIXME refactor
// ctor: (source, context) =>
// map: (source, target, context) =>
// and context.Mapper is mapper
public class Mapper
{