Archived
Added first app template
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
|
||||
namespace app.Model
|
||||
{
|
||||
public enum AuthRoles
|
||||
{
|
||||
Normal = 0,
|
||||
Admin = 1
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user