YNICTE/FO/Views/Course/PayClose.cshtml

5 lines
95 B
Plaintext

@model NP.Model.VMPay
@{
Layout = null;
}
@Html.Partial("./Partial/PayClose", Model)