mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-04-05 21:01:35 +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 {
|
|
}
|
|
} |