C# Class MusicStore.Web.Controllers.Api.AlbumController

Inheritance: ApiController
Afficher le fichier Open project: jvaleroso/MusicStoreAngularVersion

Méthodes publiques

Méthode Description
AlbumController ( IAlbumService albumService ) : System

Private Methods

Méthode Description
CreateAlbum ( Album album ) : HttpResponseMessage
DeleteAlbum ( int id ) : HttpResponseMessage
GetAlbumByGenre ( string genre ) : HttpResponseMessage
GetAlbums ( ) : HttpResponseMessage
GetById ( long id ) : HttpResponseMessage
UpdateAlbum ( Album album ) : HttpResponseMessage

Method Details

AlbumController() public méthode

public AlbumController ( IAlbumService albumService ) : System
albumService IAlbumService
Résultat System