C# Class ASP.App_Code.Controllers.DataController

Inheritance: Controller
Show file Open project: IowaCodeCamp/IowaCodeCamp

Public Methods

Method Description
GetSpeaker ( CurrentSession currentSession, List speakers ) : CurrentSpeaker
Json ( ) : System.Web.Mvc.ContentResult
MakeSession ( CurrentSession currentSession, CurrentSpeaker currentSpeaker ) : Session

Method Details

GetSpeaker() public method

public GetSpeaker ( CurrentSession currentSession, List speakers ) : CurrentSpeaker
currentSession Models.CurrentSession
speakers List
return Models.CurrentSpeaker

Json() public method

public Json ( ) : System.Web.Mvc.ContentResult
return System.Web.Mvc.ContentResult

MakeSession() public method

public MakeSession ( CurrentSession currentSession, CurrentSpeaker currentSpeaker ) : Session
currentSession Models.CurrentSession
currentSpeaker Models.CurrentSpeaker
return ASP.App_Code.Controllers.Json.Session