C# Class MvcTemplate.Web.Controllers.JokesController

Inheritance: BaseController
Afficher le fichier Open project: NikolayIT/ASP.NET-MVC-Template

Méthodes publiques

Méthode Description
ById ( string id ) : System.Web.Mvc.ActionResult
JokesController ( IJokesService jokes ) : System.Web.Mvc

Method Details

ById() public méthode

public ById ( string id ) : System.Web.Mvc.ActionResult
id string
Résultat System.Web.Mvc.ActionResult

JokesController() public méthode

public JokesController ( IJokesService jokes ) : System.Web.Mvc
jokes IJokesService
Résultat System.Web.Mvc