mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-07-18 21:45:00 +08:00
8 lines
247 B
C#
8 lines
247 B
C#
using Orchard.ContentManagement;
|
|
using Orchard.Environment.Extensions;
|
|
|
|
namespace Orchard.Scripting.CSharp.Models {
|
|
[OrchardFeature("Orchard.Scripting.CSharp.Validation")]
|
|
public class ScriptValidationPart : ContentPart {
|
|
}
|
|
} |