AssocOneToMany.Controllers.PlayersController.WithTeamName C# (CSharp) Méthode

WithTeamName() public méthode

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