removes code that shouldn't have been committed.

This commit is contained in:
Shannon
2020-04-29 10:32:05 +10:00
parent e62fef8faf
commit 279329d682

View File

@@ -6,16 +6,6 @@ using Umbraco.Web.Cache;
namespace Umbraco.Web.PublishedCache
{
internal class NotifiedEventArgs<T> : EventArgs
{
public NotifiedEventArgs(T[] payloads)
{
Payloads = payloads;
}
public T[] Payloads { get; }
}
internal abstract class PublishedSnapshotServiceBase : IPublishedSnapshotService
{
protected PublishedSnapshotServiceBase(IPublishedSnapshotAccessor publishedSnapshotAccessor, IVariationContextAccessor variationContextAccessor)