Merge IPublishedContentWithKey into IPublishedContent

This commit is contained in:
Stephan
2016-06-09 19:38:51 +02:00
parent 9fe9f9d167
commit cfa91f000b
21 changed files with 55 additions and 200 deletions

View File

@@ -18,7 +18,7 @@ namespace Umbraco.Web.PublishedCache.XmlPublishedCache
/// </summary>
[Serializable]
[XmlType(Namespace = "http://umbraco.org/webservices/")]
internal class XmlPublishedContent : PublishedContentWithKeyBase
internal class XmlPublishedContent : PublishedContentBase
{
/// <summary>
/// Initializes a new instance of the <c>XmlPublishedContent</c> class with an Xml node.