Skip to content

Commit 94a8f57

Browse files
author
kajan
committed
add StudentController
1 parent 6c96d16 commit 94a8f57

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
using Microsoft.AspNetCore.Mvc;
2+
3+
namespace AspNetCoreVueMpa.Web.Controllers
4+
{
5+
public class StudentController : Controller
6+
{
7+
public IActionResult Index()
8+
{
9+
return View();
10+
}
11+
}
12+
}

0 commit comments

Comments
 (0)