mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-23 21:13:35 +08:00
Continuing to refactor ModelDriver concept into ContentHandler
--HG-- extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041354
This commit is contained in:
7
src/Orchard.Web/Core/Common/Models/RoutablePart.cs
Normal file
7
src/Orchard.Web/Core/Common/Models/RoutablePart.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
using Orchard.Core.Common.Records;
|
||||
using Orchard.Models;
|
||||
|
||||
namespace Orchard.Core.Common.Models {
|
||||
public class RoutablePart : ContentItemPartWithRecord<RoutableRecord> {
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user