2009-11-18 18:21:39 +00:00
|
|
|
using Orchard.Core.Common.Records;
|
|
|
|
using Orchard.Models;
|
|
|
|
|
|
|
|
namespace Orchard.Core.Common.Models {
|
2009-11-19 05:17:02 +00:00
|
|
|
public class RoutableModel : ContentItemPartWithRecord<RoutableRecord> {
|
2009-11-18 18:21:39 +00:00
|
|
|
}
|
|
|
|
}
|