mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-23 12:53:33 +08:00
7 lines
138 B
C#
7 lines
138 B
C#
![]() |
using Orchard.Models.Driver;
|
||
|
|
||
|
namespace Orchard.Core.Common.Models {
|
||
|
public class ContentPartHandler : ContentHandler {
|
||
|
|
||
|
}
|
||
|
}
|