mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-23 21:13:35 +08:00
7 lines
218 B
C#
7 lines
218 B
C#
![]() |
using Orchard.ContentManagement.Drivers;
|
|||
|
using Orchard.Core.Containers.Models;
|
|||
|
|
|||
|
namespace Orchard.Core.Containers.Drivers {
|
|||
|
public class ContainablePartDriver : ContentPartDriver<ContainablePart> {
|
|||
|
}
|
|||
|
}
|