diff --git a/Yavsc/Controllers/Haircut/HairCutCommandController.cs b/Yavsc/Controllers/Haircut/HairCutCommandController.cs index 033a95a6..315fc07c 100644 --- a/Yavsc/Controllers/Haircut/HairCutCommandController.cs +++ b/Yavsc/Controllers/Haircut/HairCutCommandController.cs @@ -133,11 +133,18 @@ namespace Yavsc.Controllers return View(command); } - + /// + /// Crée une requête en coiffure à domicile + /// + /// + /// + /// + /// [HttpPost, Authorize] [ValidateAntiForgeryToken] public async Task CreateHairCutQuery(HairCutQuery model, string taintIds) { + // TODO utiliser Markdown-av+tags var uid = User.GetUserId(); var prid = model.PerformerId; long[] longtaintIds = null;