Gestion des activités

This commit is contained in:
Paul Schneider 2017-01-09 16:29:34 +01:00
commit 50f7f1813c
22 changed files with 91 additions and 63 deletions

View file

@ -19,8 +19,8 @@ namespace Yavsc.Controllers
_context = context;
}
// GET: Do
[HttpGet,ActionName("Index")]
// GET: /Do/Index
[HttpGet]
public IActionResult Index(string id)
{
if (id == null)