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

ByEmployee() 공개 메소드

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