示例#1
0
 public PaymentDTO Create(PaymentDTO dto)
 {
     ValidateDTO(dto);
     return(_paymentsLogic.Create(dto));
 }