tax
This commit is contained in:
@@ -14,7 +14,7 @@ namespace Back.Data.Models
|
||||
#region autofild
|
||||
//تاریخ و زمان پرداخت
|
||||
[MaxLength(13)]
|
||||
public long? pdt { get { return new DateTimeOffset(PaymentDateTime.Trim().ToMiladi()).ToUnixTimeMilliseconds(); } }
|
||||
public long? pdt { get { return new DateTimeOffset(PaymentDateTime.Trim().ToMiladi()).ToUnixTimeSeconds(); } }
|
||||
#endregion
|
||||
|
||||
#region fild
|
||||
|
Reference in New Issue
Block a user