Renormalize
This commit is contained in:
@@ -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>
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user