Метод | Описание | |
---|---|---|
CreateSession ( System.Guid speakerId ) : System.Web.Mvc.ActionResult | ||
Details ( System.Guid speakerId, int id ) : System.Web.Mvc.ActionResult | ||
EditSession ( System.Guid speakerId, int id ) : System.Web.Mvc.ActionResult | ||
List ( System.Guid speakerId ) : System.Web.Mvc.ActionResult | ||
SpeakerSessionController ( ISpeakerSessionService service ) : System |
Метод | Описание | |
---|---|---|
CreateSession ( System.Guid speakerId, |
||
EditSession ( System.Guid speakerId, int id, |
||
SetSelectLists ( ISessionSelectLists model ) : void | ||
ToogleSelected ( System.Guid speakerId, int id ) : System.Web.Mvc.ActionResult |
public CreateSession ( System.Guid speakerId ) : System.Web.Mvc.ActionResult | ||
speakerId | System.Guid | |
Результат | System.Web.Mvc.ActionResult |
public Details ( System.Guid speakerId, int id ) : System.Web.Mvc.ActionResult | ||
speakerId | System.Guid | |
id | int | |
Результат | System.Web.Mvc.ActionResult |
public EditSession ( System.Guid speakerId, int id ) : System.Web.Mvc.ActionResult | ||
speakerId | System.Guid | |
id | int | |
Результат | System.Web.Mvc.ActionResult |
public List ( System.Guid speakerId ) : System.Web.Mvc.ActionResult | ||
speakerId | System.Guid | |
Результат | System.Web.Mvc.ActionResult |
public SpeakerSessionController ( ISpeakerSessionService service ) : System | ||
service | ISpeakerSessionService | |
Результат | System |