Teams creation and prizes creation are implemented

This commit is contained in:
2020-05-05 23:25:28 +02:00
parent fc49f33575
commit 9596d9aa47
15 changed files with 387 additions and 4 deletions

View File

@ -25,6 +25,7 @@ namespace MVCUI.Controllers
}
// POST: People/Create
[ValidateAntiForgeryToken()]
[HttpPost]
public ActionResult Create(PersonModel p)
{