C# 클래스 SpeakerNet.Controllers.SpeakerController

상속: SpeakerNetController
파일 보기 프로젝트 열기: dotnet-koelnbonn/SpeakerNet

공개 메소드들

메소드 설명
Details ( System.Guid id ) : System.Web.Mvc.ActionResult
Edit ( System.Guid id ) : System.Web.Mvc.ActionResult
Help ( System.Guid id ) : System.Web.Mvc.ActionResult
SpeakerController ( ISpeakerService speakerService, ISendMailService mailService ) : System

비공개 메소드들

메소드 설명
AddTemplates ( SpeakerSendMailModel sendMailModel ) : void
Create ( ) : System.Web.Mvc.ActionResult
Create ( CreateSpeakerModel model ) : System.Web.Mvc.ActionResult
EditCommand ( System.Guid id, SpeakerEditModel model ) : System.Web.Mvc.ActionResult
GetSpeakerUrl ( System.Guid speakerId ) : string
GetTemplate ( System.Guid speakerId, System.Guid templateId ) : System.Web.Mvc.ActionResult
List ( ) : System.Web.Mvc.ActionResult
SendMail ( System.Guid id ) : System.Web.Mvc.ActionResult
SendMail ( System.Guid id, SpeakerSendMailModel model ) : System.Web.Mvc.ActionResult

메소드 상세

Details() 공개 메소드

public Details ( System.Guid id ) : System.Web.Mvc.ActionResult
id System.Guid
리턴 System.Web.Mvc.ActionResult

Edit() 공개 메소드

public Edit ( System.Guid id ) : System.Web.Mvc.ActionResult
id System.Guid
리턴 System.Web.Mvc.ActionResult

Help() 공개 메소드

public Help ( System.Guid id ) : System.Web.Mvc.ActionResult
id System.Guid
리턴 System.Web.Mvc.ActionResult

SpeakerController() 공개 메소드

public SpeakerController ( ISpeakerService speakerService, ISendMailService mailService ) : System
speakerService ISpeakerService
mailService ISendMailService
리턴 System