Add remaining project files
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace DeluxeBackend
|
||||
{
|
||||
[AttributeUsage(AttributeTargets.All)]
|
||||
public class TokenAttribute : Attribute
|
||||
{
|
||||
public required string Token;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user