Shifting more work out of framework

Framework ThemeManager now for getting request theme from selectors
Module interfaces entirely moved - now exist as orchard.modules implementation

--HG--
branch : perf
rename : src/Orchard.Web/Modules/Orchard.Modules/Models/ModuleFeature.cs => src/Orchard.Web/Modules/Orchard.Modules/ViewModels/ModuleFeature.cs
This commit is contained in:
Louis DeJardin
2010-11-06 20:27:45 -07:00
parent 1341b7f312
commit d2960b2c1b
30 changed files with 172 additions and 361 deletions

View File

@@ -1,8 +0,0 @@
using Orchard.Environment.Extensions.Models;
namespace Orchard.Modules.Models {
public class ModuleFeature : IModuleFeature {
public FeatureDescriptor Descriptor { get; set; }
public bool IsEnabled { get; set; }
}
}