mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-21 03:44:20 +08:00
Refining extension methods. Adding a streamlined content manager creation method.
--HG-- extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041639
This commit is contained in:
@@ -5,7 +5,7 @@ using Orchard.Models.Driver;
|
||||
namespace Orchard.Core.Common.Models {
|
||||
public class RoutablePartProvider : ContentProvider {
|
||||
public RoutablePartProvider(IRepository<RoutableRecord> repository) {
|
||||
Filters.Add(new StorageFilterForRecord<RoutableRecord>(repository));
|
||||
Filters.Add(new StorageFilter<RoutableRecord>(repository));
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user