예제 #1
0
 public ActionResult PaymentType_Choose()
 {
     return(Json(_paymentTypeService.GetAllPaymentType(), JsonRequestBehavior.AllowGet));
 }