AssocManyToMany.Controllers.MatchesController.ByJobDuty C# (CSharp) Method

ByJobDuty() public method

public ByJobDuty ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult
        public ActionResult ByJobDuty()
        {
            return View(m.JobDutyGetAll());
        }