Reordering using statements in ContentService to ensure that Events and Audit Trails exists outside the using.

This commit is contained in:
Morten Christensen
2012-12-15 11:04:03 -01:00
parent 5334ec3ff8
commit fcda8cc7ca
2 changed files with 602 additions and 596 deletions

View File

@@ -8,7 +8,7 @@ namespace Umbraco.Core.Persistence
/// </summary>
/// <remarks>
/// If we are running in an http context
/// it will create on per context, otherwise it will a global singleton object which is NOT thread safe
/// it will create one per context, otherwise it will be a global singleton object which is NOT thread safe
/// since we need (at least) a new instance of the database object per thread.
/// </remarks>
internal class DefaultDatabaseFactory : DisposableObject, IDatabaseFactory

File diff suppressed because it is too large Load Diff