C# 클래스 MvcTemplate.Web.Controllers.JokesController

상속: BaseController
파일 보기 프로젝트 열기: NikolayIT/ASP.NET-MVC-Template

공개 메소드들

메소드 설명
ById ( string id ) : System.Web.Mvc.ActionResult
JokesController ( IJokesService jokes ) : System.Web.Mvc

메소드 상세

ById() 공개 메소드

public ById ( string id ) : System.Web.Mvc.ActionResult
id string
리턴 System.Web.Mvc.ActionResult

JokesController() 공개 메소드

public JokesController ( IJokesService jokes ) : System.Web.Mvc
jokes IJokesService
리턴 System.Web.Mvc