Files
KonSoft.Clean/modules/payment/test/KonSoft.Payment.TestBase/PaymentTestConsts.cs
2025-09-08 14:15:45 +08:00

7 lines
146 B
C#

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