[성현모] AuthApi 분리
This commit is contained in:
@ -1,20 +0,0 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace VPKI.Library.Enums
|
||||
{
|
||||
//User 권한
|
||||
public enum UserRole : byte
|
||||
{
|
||||
None = 0,
|
||||
Ananymous = 1,
|
||||
|
||||
User = 10,
|
||||
Admin = 11,
|
||||
|
||||
SuperUser = 20,
|
||||
}
|
||||
}
|
||||
@ -1,15 +0,0 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace VPKI.Library.Enums
|
||||
{
|
||||
public enum UserState: byte
|
||||
{
|
||||
Inactive = 0,
|
||||
Active = 1,
|
||||
Block = 2
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user