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