|
@@ -49,6 +49,12 @@ namespace Learun.Application.Web.Areas.EducationalAdministration.Controllers |
|
|
return View(); |
|
|
return View(); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[HttpGet] |
|
|
|
|
|
public ActionResult PayFeeIndexForStu() |
|
|
|
|
|
{ |
|
|
|
|
|
return View("PayFeeIndex"); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
[HttpGet] |
|
|
[HttpGet] |
|
|
public ActionResult PayFeeForm() |
|
|
public ActionResult PayFeeForm() |
|
|
{ |
|
|
{ |
|
|