Files
Orchard/src/Orchard.Web/Core/Common/Models/ContentPartHandler.cs

7 lines
138 B
C#
Raw Normal View History

using Orchard.Models.Driver;
namespace Orchard.Core.Common.Models {
public class ContentPartHandler : ContentHandler {
}
}