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

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

Méthodes publiques

Méthode Description
ArtistController ( IArtistService artistService ) : System

Private Methods

Méthode Description
CreateArtist ( Artist artist ) : HttpResponseMessage
DownloadArtists ( ) : IHttpActionResult
GetArtist ( ) : HttpResponseMessage
UploadArtists ( ) : Task

Method Details

ArtistController() public méthode

public ArtistController ( IArtistService artistService ) : System
artistService IArtistService
Résultat System