Files
KonSoft.Clean/modules/payment/src/KonSoft.Payment.Domain.Shared/PaymentDomainErrorCodes.cs
2025-10-16 10:30:51 +08:00

6 lines
155 B
C#

namespace KonSoft.Payment;
public static class PaymentDomainErrorCodes
{
/* You can add your business exception error codes here, as constants */
}