7 lines
146 B
C#
7 lines
146 B
C#
namespace KonSoft.Payment;
|
|
|
|
public static class PaymentTestConsts
|
|
{
|
|
public const string CollectionDefinitionName = "Payment collection";
|
|
}
|