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

ByEmployeeMore() public method

public ByEmployeeMore ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult
        public ActionResult ByEmployeeMore()
        {
            return View(m.EmployeeGetAllWithJobDuties());
        }