removed database factory, changed audit trail stuff to internal, not sure it needs to be public.
This commit is contained in:
@@ -4,7 +4,7 @@ using Umbraco.Core.Persistence;
|
||||
|
||||
namespace Umbraco.Core.Auditing
|
||||
{
|
||||
public class DataAuditWriteProvider : IAuditWriteProvider
|
||||
internal class DataAuditWriteProvider : IAuditWriteProvider
|
||||
{
|
||||
/// <summary>
|
||||
/// Writes an audit entry to the underlaying datastore.
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace Umbraco.Core.Auditing
|
||||
{
|
||||
public interface IAuditWriteProvider
|
||||
internal interface IAuditWriteProvider
|
||||
{
|
||||
/// <summary>
|
||||
/// Writes an audit entry to the underlaying datastore.
|
||||
|
||||
Reference in New Issue
Block a user