C# Class Cronos.Web.Controllers.AlbumsController

Inheritance: Controller
ファイルを表示 Open project: mravinale/simple-cqrs

Public Methods

Method Description
Index ( ) : System.Web.Mvc.ActionResult

Private Methods

Method 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 method

public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult