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:40:38 +00:00
|
|
|
public class RoutablePart : ContentItemPartWithRecord<RoutableRecord> {
|
2009-11-18 18:21:39 +00:00
|
|
|
}
|
|
|
|
}
|