AssocManyToMany.Controllers.MatchesController.ByEmployeeMore C# (CSharp) 메소드

ByEmployeeMore() 공개 메소드

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