AssocManyToMany.Controllers.MatchesController.ByEmployee C# (CSharp) Метод

ByEmployee() публичный Метод

public ByEmployee ( ) : System.Web.Mvc.ActionResult
Результат System.Web.Mvc.ActionResult
        public ActionResult ByEmployee()
        {
            return View(m.EmployeeGetAll());
        }