示例#1
0
 public Guid Confirmation([FromForm] ConfirmationOrderInputDto inputDto)
 {
     return(_orderAppService.AddPayment(inputDto));
 }