[ADD] Implementing services/handlers
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
namespace DotBased.AspNet.Authority.Attributes;
|
||||
|
||||
/// <summary>
|
||||
/// Indicates to protect the property before saving to the repository.
|
||||
/// Indicates to protect the property before saving/loading to the repository.
|
||||
/// </summary>
|
||||
[AttributeUsage(AttributeTargets.Property)]
|
||||
public class ProtectAttribute : Attribute
|
||||
|
Reference in New Issue
Block a user