Removed copy of SetupService from ImportExport.

Refactored ISetupService and SetupContext to work with an actual Recipe object so that client code can control what recipe to use.
This commit is contained in:
Sipke Schoorstra
2015-09-07 17:29:30 +01:00
parent 999a10b6e4
commit 7ba273b4c4
16 changed files with 100 additions and 244 deletions

View File

@@ -294,6 +294,7 @@
<Compile Include="Stubs\StubVirtualPathMonitor.cs" />
<Compile Include="Stubs\StubCacheManager.cs" />
<Compile Include="Stubs\StubWebSiteFolder.cs" />
<Compile Include="Stubs\StubWorkContextScope.cs" />
<Compile Include="Tasks\DistributedLockServiceTests.cs" />
<Compile Include="Time\TimeZoneSelectorTests.cs" />
<Compile Include="UI\Resources\ResourceManagerTests.cs" />