C# Class van.Web.Controllers.SpeakersController

Inheritance: Controller
Mostra file Open project: zachariahyoung/virtualaltnet Class Usage Examples

Public Methods

Method Description
SpeakersController ( ISpeakerManagementService speakerManagementService ) : System

Private Methods

Method Description
Create ( ) : System.Web.Mvc.ActionResult
Create ( Speaker speaker ) : System.Web.Mvc.ActionResult
Delete ( int id ) : System.Web.Mvc.ActionResult
Edit ( Speaker speaker ) : System.Web.Mvc.ActionResult
Edit ( int id ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
Show ( int id ) : System.Web.Mvc.ActionResult

Method Details

SpeakersController() public method

public SpeakersController ( ISpeakerManagementService speakerManagementService ) : System
speakerManagementService ISpeakerManagementService
return System