AssocManyToMany.Controllers.MatchesController.ByEmployee C# (CSharp) Méthode

ByEmployee() public méthode

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