formatting and also remove method that is not used and is throwing exception to say its not implemented

This commit is contained in:
Ismail Mayat
2018-06-29 11:55:37 +01:00
parent 53adf532d1
commit fa7382d073

View File

@@ -147,8 +147,6 @@ namespace Umbraco.Core.Persistence.Factories
return propertyGroups;
}
private static List<PropertyType> GetPropertyTypes(MemberTypeReadOnlyDto dto, MemberType memberType, Dictionary<string, PropertyType> standardProps)
{
//Find PropertyTypes that does not belong to a PropertyTypeGroup
@@ -192,10 +190,5 @@ namespace Umbraco.Core.Persistence.Factories
return propertyTypes;
}
public static MemberTypeReadOnlyDto BuildDto(IMemberType entity)
{
throw new System.NotImplementedException();
}
}
}