Generator Changes at 11/12/2025 1:32:03 AM +03:30

This commit is contained in:
masoodafar-web
2025-11-12 02:24:02 +03:30
parent 826ae4589f
commit b27c765731
290 changed files with 30811 additions and 21316 deletions
@@ -0,0 +1,8 @@
namespace CMSMicroservice.Domain.Enums;
//پکیج
public enum PaymentStatus
{
Success = 0,
Reject = 1,
Pending = 2,
}
@@ -0,0 +1,9 @@
namespace CMSMicroservice.Domain.Enums;
//پکیج
public enum TransactionType
{
Buy = 0,
DepositIpg = 1,
DepositExternal1 = 2,
Withdraw = 3,
}