removed database factory, changed audit trail stuff to internal, not sure it needs to be public.

This commit is contained in:
Shannon Deminick
2012-12-12 00:17:59 +05:00
parent aa574ac32f
commit 6ac2db9497
12 changed files with 54 additions and 97 deletions

View File

@@ -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.

View File

@@ -2,7 +2,7 @@
namespace Umbraco.Core.Auditing
{
public interface IAuditWriteProvider
internal interface IAuditWriteProvider
{
/// <summary>
/// Writes an audit entry to the underlaying datastore.