Files
Orchard/src/Orchard.Web/Core/Common/Models/ContentPartHandler.cs
loudej 957a4b0127 Continuing to refactor ModelDriver concept into ContentHandler
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041354
2009-11-19 05:40:38 +00:00

7 lines
138 B
C#

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