AB3649 - Refactored services injected into ctor instead of methods

This commit is contained in:
Bjarke Berg
2019-11-12 10:42:39 +01:00
parent b4880944be
commit 6da93c6fc3
17 changed files with 56 additions and 50 deletions

View File

@@ -71,7 +71,7 @@ namespace Umbraco.Web.Models.Mapping
dest.Culture = culture;
// if no 'IncludeProperties' were specified or this property is set to be included - we will map the value and return.
dest.Value = editor.GetValueEditor().ToEditor(property, DataTypeService, culture);
dest.Value = editor.GetValueEditor().ToEditor(property, culture);
}
}
}