Example #1
0
 public PaymentResponseSuccessDto(Guid id, PaymentDto payment) : this()
 {
     this.Id      = id;
     this.Payment = payment;
 }
Example #2
0
 public PaymentResponseSuccessDto(PaymentDto payment) : this(default, payment)
 {
 }