feat: Implement Approve and Reject Withdrawal commands with handlers
This commit is contained in:
@@ -17,7 +17,7 @@ public class UserOrder : BaseAuditableEntity
|
||||
//Transaction Navigation Property
|
||||
public virtual Transactions? Transaction { get; set; }
|
||||
//وضعیت پرداخت
|
||||
public PaymentStatus PaymentStatus { get; set; }
|
||||
public PaymentStatus PaymentStatus { get; set; }
|
||||
//تاریخ پرداخت
|
||||
public DateTime? PaymentDate { get; set; }
|
||||
//شناسه کاربر
|
||||
|
||||
Reference in New Issue
Block a user