Teams creation and prizes creation are implemented
This commit is contained in:
@ -25,6 +25,7 @@ namespace MVCUI.Controllers
|
||||
}
|
||||
|
||||
// POST: People/Create
|
||||
[ValidateAntiForgeryToken()]
|
||||
[HttpPost]
|
||||
public ActionResult Create(PersonModel p)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user