C# Class Cronos.Web.Controllers.AlbumsController

Inheritance: Controller
Afficher le fichier Open project: mravinale/simple-cqrs

Méthodes publiques

Méthode Description
Index ( ) : System.Web.Mvc.ActionResult

Private Methods

Méthode Description
Browse ( GetAllAlbumsQuery query ) : System.Web.Mvc.ActionResult
Delete ( DeleteAlbumCommand command ) : void
Details ( GetAlbumsByIdQuery query ) : System.Web.Mvc.ActionResult
Edit ( GetAlbumsByIdQuery query ) : System.Web.Mvc.ActionResult
Edit ( EditAlbumCommand command ) : void
Insert ( ) : System.Web.Mvc.ActionResult
Insert ( InsertAlbumCommand command ) : void

Method Details

Index() public méthode

public Index ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult