diff --git a/JOBot.TClient/Infrastructure/Attributes/Authorization/AcceptNotPreparedAttribute.cs b/JOBot.TClient/Infrastructure/Attributes/Authorization/AcceptNotPreparedAttribute.cs index 7929497..bb9bf0d 100644 --- a/JOBot.TClient/Infrastructure/Attributes/Authorization/AcceptNotPreparedAttribute.cs +++ b/JOBot.TClient/Infrastructure/Attributes/Authorization/AcceptNotPreparedAttribute.cs @@ -1,4 +1,7 @@ namespace JOBot.TClient.Infrastructure.Attributes.Authorization; +/// +///Атрибут допуска к команде пользователя не завершившего стадию PrepareUser +/// [AttributeUsage(AttributeTargets.Method | AttributeTargets.Class)] public class AcceptNotPreparedAttribute : Attribute; \ No newline at end of file