Removes non-completed/tested/used code for templates which was during a WIP of the grid some time ago.

This commit is contained in:
Shannon
2014-11-25 17:36:02 +11:00
parent be9e4c9623
commit 5af67facad
6 changed files with 32 additions and 228 deletions

View File

@@ -1,16 +0,0 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.Serialization;
using System.Text;
using System.Threading.Tasks;
namespace Umbraco.Web.Models.ContentEditing
{
[DataContract(Name = "template", Namespace = "")]
public class TemplateDisplay : EntityBasic
{
[DataMember(Name = "content")]
public string Content { get; set; }
}
}