[ADD] Base Authority initial commit
This commit is contained in:
10
DotBased.AspNet.Authority/Attributes/ProtectAttribute.cs
Normal file
10
DotBased.AspNet.Authority/Attributes/ProtectAttribute.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace DotBased.AspNet.Authority.Attributes;
|
||||
|
||||
/// <summary>
|
||||
/// Indicates that the property should be protected.
|
||||
/// </summary>
|
||||
[AttributeUsage(AttributeTargets.Property)]
|
||||
public class ProtectAttribute : Attribute
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user