[ADD] Adding models, repositories. Implementing business logic.

This commit is contained in:
max
2024-12-22 02:15:34 +01:00
parent 7ebe1e1752
commit 44e64793b7
12 changed files with 147 additions and 41 deletions

View File

@@ -1,7 +1,7 @@
namespace DotBased.AspNet.Authority.Attributes;
/// <summary>
/// Indicates that the property should be protected.
/// Indicates to protect the property before saving to the repository.
/// </summary>
[AttributeUsage(AttributeTargets.Property)]
public class ProtectAttribute : Attribute