Renormalize

This commit is contained in:
Stephan
2018-06-29 19:52:40 +02:00
parent c1f3de7e5c
commit 7a615133ff
1616 changed files with 273322 additions and 273322 deletions

View File

@@ -1,10 +1,10 @@
using System.Collections.Generic;
using System.Runtime.Serialization;
namespace Umbraco.Web.Models.Trees
{
[CollectionDataContract(Name = "nodes", Namespace = "")]
public sealed class TreeNodeCollection : List<TreeNode>
{
}
}
using System.Collections.Generic;
using System.Runtime.Serialization;
namespace Umbraco.Web.Models.Trees
{
[CollectionDataContract(Name = "nodes", Namespace = "")]
public sealed class TreeNodeCollection : List<TreeNode>
{
}
}