예제 #1
0
 public ActionResult PaymentForm(int pID)
 {
     return(View(_DBService.BuildTransactinForm(pID, new Transaction())));
 }