implemented auth, added auth tools AcceptNotPreparedAttribute.cs, IAuthorizedTelegramCommand.cs
4 lines
185 B
C#
4 lines
185 B
C#
namespace JOBot.TClient.Infrastructure.Attributes.Authorization;
|
|
|
|
[AttributeUsage(AttributeTargets.Method | AttributeTargets.Class)]
|
|
public class AcceptNotPreparedAttribute : Attribute; |