Removing dependency on DbProviderFactories in DatabaseFactory.

Refactoring mocked content used by ContentTests.
Refactoring dirty-usage.
This commit is contained in:
sitereactor
2012-11-02 09:11:23 -01:00
parent 49c2be3c4a
commit ccb1734a04
11 changed files with 222 additions and 108 deletions

View File

@@ -15,7 +15,7 @@ namespace Umbraco.Core.Models
[DataContract(IsReference = true)]
public class PropertyGroupCollection : KeyedCollection<string, PropertyGroup>, INotifyCollectionChanged
{
private readonly ReaderWriterLockSlim _addLocker = new ReaderWriterLockSlim();
private readonly ReaderWriterLockSlim _addLocker = new ReaderWriterLockSlim();
internal Action OnAdd;
internal PropertyGroupCollection()