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

ByJobDutyMore() public method

public ByJobDutyMore ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult
        public ActionResult ByJobDutyMore()
        {
            return View(m.JobDutyGetAllWithEmployees());
        }