refactoring

This commit is contained in:
Paul Schneider 2017-06-14 12:28:08 +02:00
commit fa85a5a1a6
46 changed files with 3130 additions and 553 deletions

View file

@ -82,6 +82,10 @@ namespace Yavsc.Controllers
{
return View();
}
public IActionResult Privacy()
{
return View();
}
public IActionResult AboutMarkdown()
{
return View();