cus end
This commit is contained in:
@@ -16,16 +16,16 @@ namespace Shared.DTOs
|
||||
[Display(Name = "نوع مشتری")]
|
||||
public string? CustomerTypeTitle { get; set; }
|
||||
[Display(Name = "تلفن")]
|
||||
public string Phone { get; set; }
|
||||
[Display(Name = "پست الکترونیک")]
|
||||
public string? Phone { get; set; }
|
||||
//[Display(Name = "پست الکترونیک")]
|
||||
public string? Email { get; set; }
|
||||
[Display(Name = "آدرس")]
|
||||
public string? Address { get; set; }
|
||||
[Display(Name = "کد اقتصادی")]
|
||||
public string? EconomicCode { get; set; }
|
||||
[Display(Name = "کد شعبه")]
|
||||
//[Display(Name = "کد شعبه")]
|
||||
public string? BranchID { get; set; }//
|
||||
[Display(Name = "توضیحات")]
|
||||
//[Display(Name = "توضیحات")]
|
||||
public string? Info { get; set; }//
|
||||
|
||||
//------------
|
||||
|
Reference in New Issue
Block a user