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

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

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