C# Class BB.UI.Web.MVC.Controllers.CommentController

Inheritance: Controller
Afficher le fichier Open project: BeatBuddy/beatbuddy_webapp Class Usage Examples

Méthodes publiques

Méthode Description
CommentController ( IPlaylistManager playlistManager ) : System.Linq
GetComments ( long id ) : System.Web.Mvc.ActionResult

Private Methods

Méthode Description
Create ( Comment comment, long id ) : System.Web.Mvc.ActionResult

Method Details

CommentController() public méthode

public CommentController ( IPlaylistManager playlistManager ) : System.Linq
playlistManager IPlaylistManager
Résultat System.Linq

GetComments() public méthode

public GetComments ( long id ) : System.Web.Mvc.ActionResult
id long
Résultat System.Web.Mvc.ActionResult