using System; namespace Sozsoft.Platform.Identity; [AttributeUsage(AttributeTargets.Method)] public class CaptchaAttribute : Attribute { public CaptchaAttribute() { } }