2017-05-19 08:53:24 +02:00

9 lines
179 B
C#

namespace Payment.API
{
public class PaymentSettings
{
public bool PaymentSucceded { get; set; }
public string EventBusConnection { get; set; }
}
}