Esempio n. 1
0
 public PaymentDto()
 {
     State = new PaymentStateDto();
 }
Esempio n. 2
0
 public PaymentResponseModel()
 {
     Errors = new List <string>();
     State  = new PaymentStateDto();
 }