Changing Orchard.Models namespace to Orchard.ContentManagement

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4044408
This commit is contained in:
loudej
2009-12-21 20:29:53 +00:00
parent ed93d77c5a
commit c08d3813da
180 changed files with 274 additions and 274 deletions

View File

@@ -6,8 +6,8 @@ using Orchard.Blogs.Services;
using Orchard.Blogs.ViewModels;
using Orchard.Data;
using Orchard.Localization;
using Orchard.Models;
using Orchard.Models.Driver;
using Orchard.ContentManagement;
using Orchard.ContentManagement.Handlers;
using Orchard.Mvc.Results;
using Orchard.Security;
using Orchard.UI.Notify;