C# Class ASP.App_Code.Controllers.DataController

Inheritance: Controller
Afficher le fichier Open project: IowaCodeCamp/IowaCodeCamp

Méthodes publiques

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

Method Details

GetSpeaker() public méthode

public GetSpeaker ( CurrentSession currentSession, List speakers ) : CurrentSpeaker
currentSession Models.CurrentSession
speakers List
Résultat Models.CurrentSpeaker

Json() public méthode

public Json ( ) : System.Web.Mvc.ContentResult
Résultat System.Web.Mvc.ContentResult

MakeSession() public méthode

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