Method | Description | |
---|---|---|
About ( ) : System.Web.Mvc.ActionResult | ||
HomeController ( IAttendeeRepository attendeeRepository, INosSessionRepository sessionRepository, INosClient nosClient ) : System | ||
Index ( ) : System.Web.Mvc.ActionResult | ||
Samstag ( ) : System.Web.Mvc.ActionResult | ||
Sessions ( ) : System.Web.Mvc.ActionResult | ||
Sonntag ( ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
Create ( ) : System.Web.Mvc.ActionResult | ||
Create ( |
||
SessionDetails ( System.Guid id ) : System.Web.Mvc.ActionResult |
public About ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public HomeController ( IAttendeeRepository attendeeRepository, INosSessionRepository sessionRepository, INosClient nosClient ) : System | ||
attendeeRepository | IAttendeeRepository | |
sessionRepository | INosSessionRepository | |
nosClient | INosClient | |
return | System |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Samstag ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Sessions ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Sonntag ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |