order
This commit is contained in:
@@ -5,10 +5,10 @@ namespace Shared.DTOs
|
||||
public enum StatusOrder
|
||||
{
|
||||
[Display(Name = "ساخته شده")]
|
||||
Create,
|
||||
Create=1,
|
||||
[Display(Name = "پرداخت شده")]
|
||||
Paid,
|
||||
Paid=2,
|
||||
[Display(Name = "انصراف داده شده")]
|
||||
Cancel
|
||||
Cancel=3
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user