示例#1
0
 public PaymentDTO GetOne(int id)
 {
     return(_paymentsLogic.GetOne(id));
 }