コード例 #1
0
 public IActionResult AddPayment(AgencyPaymentViewModel model)
 {
     return(ViewComponent("AgencyPayment", new { model }));
 }
コード例 #2
0
 public IViewComponentResult Invoke(AgencyPaymentViewModel model)
 {
     return(View(model));
 }