mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-24 05:23:33 +08:00
7 lines
181 B
C#
7 lines
181 B
C#
![]() |
using Orchard.Core.Common.Records;
|
||
|
using Orchard.Models;
|
||
|
|
||
|
namespace Orchard.Core.Common.Models {
|
||
|
public class RoutableModel : ModelPartWithRecord<RoutableRecord> {
|
||
|
}
|
||
|
}
|