mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Moving CommentDriver, HasCommentsContainerDriver and HasCommentsDriver from Models to Controllers
--HG-- branch : dev
This commit is contained in:
@@ -68,16 +68,16 @@
|
||||
<Compile Include="AdminMenu.cs" />
|
||||
<Compile Include="Controllers\AdminController.cs" />
|
||||
<Compile Include="Controllers\CommentController.cs" />
|
||||
<Compile Include="Controllers\CommentDriver.cs" />
|
||||
<Compile Include="Controllers\HasCommentsContainerDriver.cs" />
|
||||
<Compile Include="Controllers\HasCommentsDriver.cs" />
|
||||
<Compile Include="Extensions\HtmlHelperExtensions.cs" />
|
||||
<Compile Include="Models\ClosedCommentsRecord.cs" />
|
||||
<Compile Include="Models\Comment.cs" />
|
||||
<Compile Include="Models\CommentDriver.cs" />
|
||||
<Compile Include="Models\CommentHandler.cs" />
|
||||
<Compile Include="Models\CommentStatus.cs" />
|
||||
<Compile Include="Models\HasCommentsContainer.cs" />
|
||||
<Compile Include="Models\HasCommentsContainerDriver.cs" />
|
||||
<Compile Include="Models\HasCommentsContainerHandler.cs" />
|
||||
<Compile Include="Models\HasCommentsDriver.cs" />
|
||||
<Compile Include="Feeds\CommentedOnContainerFeedQuery.cs" />
|
||||
<Compile Include="Feeds\CommentedOnFeedQuery.cs" />
|
||||
<Compile Include="Feeds\CommentFeedItemBuilder.cs" />
|
||||
|
Reference in New Issue
Block a user