示例#1
0
 public IHttpActionResult DueUpadate(string invoiceNo, decimal due)
 {
     return(Ok(_service.DueUpdate(invoiceNo, due)));
 }