using System; namespace Abp.Authorization { /// /// Used to allow a method to be accessed by any user. /// Suppress defined in the class containing that method. /// public class AbpAllowAnonymousAttribute : Attribute, IAbpAllowAnonymousAttribute { } }