This commit is contained in:
Per Ploug Krogslund
2013-11-07 17:16:22 +01:00
573 changed files with 45060 additions and 45047 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>
{
}
}