示例#1
0
 public IHttpActionResult Save(CustomerPayment model)
 {
     return(Ok(_customerPaymentRepository.SavePayment(model)));
 }