...
This commit is contained in:
@@ -1,17 +1,22 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.Xml.Linq;
|
||||
|
||||
namespace Shared.DTOs
|
||||
{
|
||||
public enum CustomerType:int
|
||||
{
|
||||
[Display(Name = "حقیقی")]
|
||||
[Display(Name = "حقیقی با کد اقتصادی")]
|
||||
genuine = 1,
|
||||
[Display(Name = "حقوقی")]
|
||||
legal = 2,
|
||||
[Display(Name = "مشارکت مدنی")]
|
||||
CivilPartnership = 3,
|
||||
[Display(Name = "اتباع عیر ایرانی")]
|
||||
NonIranianNationals = 4
|
||||
|
||||
[Display(Name = "اتباع عیر ایرانی با کد اقتصادی")]
|
||||
NonIranianNationals = 4,
|
||||
[Display(Name = "حقیقی با شناسه ملی")]
|
||||
genuineByMeliCode = 5,
|
||||
[Display(Name = "اتباع عیر ایرانی با شناسه ملی")]
|
||||
NonIranianNationalsByMeliCode = 6
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user