serv full ticket
This commit is contained in:
17
Shared/Enums/CustomerType.cs
Normal file
17
Shared/Enums/CustomerType.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace Shared.DTOs
|
||||
{
|
||||
public enum CustomerType:int
|
||||
{
|
||||
[Display(Name = "حقیقی")]
|
||||
genuine = 1,
|
||||
[Display(Name = "حقوقی")]
|
||||
legal = 2,
|
||||
[Display(Name = "مشارکت مدنی")]
|
||||
CivilPartnership = 3,
|
||||
[Display(Name = "اتباع عیر ایرانی")]
|
||||
NonIranianNationals = 4
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user