This commit is contained in:
14
server/biz/UserType.cs
Normal file
14
server/biz/UserType.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace Sockeye.Biz
|
||||
{
|
||||
/// <summary>
|
||||
/// Sockeye User types
|
||||
/// </summary>
|
||||
public enum UserType : int
|
||||
{
|
||||
Service = 1,
|
||||
NotService = 2,
|
||||
Customer = 3,
|
||||
HeadOffice = 4,
|
||||
ServiceContractor = 5
|
||||
}
|
||||
}//eons
|
||||
Reference in New Issue
Block a user