示例#1
0
 public PaymentDTO Update(int id, PaymentDTO dto)
 {
     ValidateDTO(dto);
     return(_paymentsLogic.Update(id, dto));
 }