Files
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";
}