instrumentation
This commit is contained in:
parent
214d2d5f36
commit
08e96dfcfe
7 changed files with 115 additions and 2 deletions
|
|
@ -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")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue