instrumentation

This commit is contained in:
2019-07-22 17:25:12 +02:00
parent 7c79512d73
commit 2e3b48b36e
7 changed files with 115 additions and 2 deletions

View File

@ -68,6 +68,7 @@ namespace Yavsc.Controllers
var result = _context.ListPerformers(_billing, id);
return View(result);
}
[AllowAnonymous]
public ActionResult HairCut(string id)
{
@ -79,7 +80,6 @@ namespace Yavsc.Controllers
var result = _context.ListPerformers(_billing, id);
return View(result);
}
[Produces("text/x-tex"), Authorize, Route("estimate-{id}.tex")]