Moving services from Web proj to Core proj.

This commit is contained in:
Morten Christensen
2012-11-12 07:40:11 -01:00
parent d1db48eb72
commit a4d4411cca
20 changed files with 38 additions and 56 deletions

View File

@@ -10,10 +10,10 @@ using Umbraco.Core.Configuration;
using Umbraco.Core.IO;
using Umbraco.Core.ObjectResolution;
using Umbraco.Core.Persistence;
using Umbraco.Core.Services;
using Umbraco.Tests.Stubs;
using Umbraco.Web;
using Umbraco.Web.Routing;
using Umbraco.Web.Services;
using umbraco.BusinessLogic;
namespace Umbraco.Tests.TestHelpers