feat: Implement Approve and Reject Withdrawal commands with handlers

This commit is contained in:
masoodafar-web
2025-12-01 16:48:07 +03:30
parent 8d31a8c026
commit 4aaf2247ff
27 changed files with 989 additions and 1 deletions
@@ -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; }
//شناسه کاربر