qol: simplify accessors

This commit is contained in:
Gary Sharp
2025-07-20 11:24:04 +10:00
parent 3aeb9374a9
commit b4e54c9edf
61 changed files with 132 additions and 132 deletions
@@ -22,7 +22,7 @@ namespace Disco.Web.Controllers
}
[NonAction]
public virtual System.Web.Mvc.ActionResult Show(string id)
public virtual ActionResult Show(string id)
{
var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.Show);