forked from Sarah/Lieb-Website
Added Discord Bot
This commit is contained in:
parent
e7a0c9ae68
commit
e445b2a181
48 changed files with 1255 additions and 157 deletions
12
SharedClasses/SharedModels/ApiRole.cs
Normal file
12
SharedClasses/SharedModels/ApiRole.cs
Normal file
|
@ -0,0 +1,12 @@
|
|||
|
||||
namespace SharedClasses.SharedModels
|
||||
{
|
||||
public class ApiRole
|
||||
{
|
||||
public string Name { get; set; } = String.Empty;
|
||||
|
||||
public string Description { get; set; } = String.Empty;
|
||||
|
||||
public bool IsSignUpAllowed{ get; set; } = false;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue