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

ByEmployee() public method

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