Migrating Orchard.Modules and Orchard.Packaging

--HG--
branch : theming
This commit is contained in:
Sebastien Ros
2010-09-10 13:14:07 -07:00
parent 2c19ba8ed2
commit f9de6ec621
32 changed files with 283 additions and 270 deletions

View File

@@ -1,8 +1,7 @@
using System.Collections.Generic;
using Orchard.Mvc.ViewModels;
namespace Orchard.Modules.ViewModels {
public class FeaturesViewModel : BaseViewModel {
public class FeaturesViewModel {
public IEnumerable<IModuleFeature> Features { get; set; }
public IEnumerable<string> FeaturesThatNeedUpdate { get; set; }
}