Example #1
0
 public ActionResult Post(Loan loan)
 {
     _service.ApproveLoan(loan);
     return(Ok());
 }