C# 클래스 BB.UI.Web.MVC.Controllers.HistoryController

상속: Controller
파일 보기 프로젝트 열기: BeatBuddy/beatbuddy_webapp

공개 메소드들

메소드 설명
HistoryController ( IPlaylistManager playlistManager, IOrganisationManager organisationManager, IUserManager userManager ) : System.Collections.Generic
View ( long id ) : System.Web.Mvc.ActionResult

메소드 상세

HistoryController() 공개 메소드

public HistoryController ( IPlaylistManager playlistManager, IOrganisationManager organisationManager, IUserManager userManager ) : System.Collections.Generic
playlistManager IPlaylistManager
organisationManager IOrganisationManager
userManager IUserManager
리턴 System.Collections.Generic

View() 공개 메소드

public View ( long id ) : System.Web.Mvc.ActionResult
id long
리턴 System.Web.Mvc.ActionResult