an Xml doc chunk
This commit is contained in:
parent
5789117d4e
commit
b0f1b1182c
1 changed files with 8 additions and 1 deletions
|
|
@ -133,11 +133,18 @@ namespace Yavsc.Controllers
|
|||
|
||||
return View(command);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Crée une requête en coiffure à domicile
|
||||
///
|
||||
/// </summary>
|
||||
/// <param name="model"></param>
|
||||
/// <param name="taintIds"></param>
|
||||
/// <returns></returns>
|
||||
[HttpPost, Authorize]
|
||||
[ValidateAntiForgeryToken]
|
||||
public async Task<IActionResult> CreateHairCutQuery(HairCutQuery model, string taintIds)
|
||||
{
|
||||
// TODO utiliser Markdown-av+tags
|
||||
var uid = User.GetUserId();
|
||||
var prid = model.PerformerId;
|
||||
long[] longtaintIds = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue