YNICTE/FO/Views/Course/PayClose.cshtml

5 lines
95 B
Plaintext
Raw Normal View History

2020-10-12 14:39:23 +09:00
@model NP.Model.VMPay
@{
Layout = null;
}
@Html.Partial("./Partial/PayClose", Model)