Files
Orchard/src/Orchard.Web/Core/Containers/Drivers/ContainerPartDriver.cs

7 lines
213 B
C#
Raw Normal View History

using Orchard.ContentManagement.Drivers;
using Orchard.Core.Containers.Models;
namespace Orchard.Core.Containers.Drivers {
public class ContainerPartDriver : ContentPartDriver<ContainerPart>{
}
}