Big refactor or PublishedSnapshotService to split up so that there's a service and repository responsible for the data querying and persistence

This commit is contained in:
Shannon
2020-12-09 22:43:49 +11:00
parent e3be4009c0
commit 4b85f8eb20
37 changed files with 1766 additions and 1491 deletions

View File

@@ -1,4 +1,4 @@
using System;
using System;
using System.ComponentModel;
using Newtonsoft.Json;
@@ -29,7 +29,7 @@ namespace Umbraco.Web.PublishedCache.NuCache.DataSource
public object Value { get; set; }
//Legacy properties used to deserialize existing nucache db entries
// Legacy properties used to deserialize existing nucache db entries
[JsonProperty("culture")]
private string LegacyCulture
{