...
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
@@ -8,6 +9,6 @@ namespace Shared.Enums
|
||||
{
|
||||
public enum CreditDocumentType
|
||||
{
|
||||
Increase,Decrease
|
||||
[Display(Name ="افزایش")]Increase, [Display(Name = "کاهش")]Decrease
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user