formatting and also remove method that is not used and is throwing exception to say its not implemented
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user