Completes: U4-2956 Update all services with correct public methods/properties

This commit is contained in:
Shannon
2013-10-09 15:21:01 +11:00
parent de8b69a399
commit 858135175e
14 changed files with 38 additions and 38 deletions

View File

@@ -23,7 +23,7 @@ namespace Umbraco.Web.Models.Mapping
{
var propertyDto = base.ConvertCore(originalProperty);
var dataTypeService = (DataTypeService)_dataTypeService.Value;
var dataTypeService = _dataTypeService.Value;
propertyDto.IsRequired = originalProperty.PropertyType.Mandatory;
propertyDto.ValidationRegExp = originalProperty.PropertyType.ValidationRegExp;