re-organisation

This commit is contained in:
Paul Schneider 2018-05-04 13:56:22 +02:00
commit ecdd4a794e
37 changed files with 2862 additions and 2862 deletions

View file

@ -1,12 +0,0 @@
using Microsoft.AspNet.Mvc;
namespace Yavsc.Controllers
{
public class TestController: Controller
{
public IActionResult Index()
{
return View();
}
}
}