test
This commit is contained in:
parent
16f326c44f
commit
2e83a4713d
2 changed files with 52 additions and 0 deletions
12
Yavsc/Controllers/TestController.cs
Normal file
12
Yavsc/Controllers/TestController.cs
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
using Microsoft.AspNet.Mvc;
|
||||
|
||||
namespace Yavsc.Controllers
|
||||
{
|
||||
public class TestController: Controller
|
||||
{
|
||||
public IActionResult Index()
|
||||
{
|
||||
return View();
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue