This commit is contained in:
20
AyaNovaQBI/UserType.cs
Normal file
20
AyaNovaQBI/UserType.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace AyaNovaQBI
|
||||
{
|
||||
/// <summary>
|
||||
/// AyaNova User types
|
||||
/// </summary>
|
||||
public enum UserType : int
|
||||
{
|
||||
Service = 1,
|
||||
NotService = 2,
|
||||
Customer = 3,
|
||||
HeadOffice = 4,
|
||||
ServiceContractor = 5
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user