Files
KonSoft.Clean/modules/payment/test/KonSoft.Payment.TestBase/PaymentTestConsts.cs
2025-10-16 10:30:51 +08:00

6 lines
145 B
C#

namespace KonSoft.Payment;
public static class PaymentTestConsts
{
public const string CollectionDefinitionName = "Payment collection";
}