using System; namespace Luticate2.Auth.Attributes { [AttributeUsage(AttributeTargets.Parameter, AllowMultiple = true, Inherited = true)] public class LuPermissionArgAttribute : Attribute { public object Id { get; set; } } }