C# 클래스 MusicStore.Web.Controllers.Api.ArtistController

상속: ApiController
파일 보기 프로젝트 열기: jvaleroso/MusicStoreAngularVersion

공개 메소드들

메소드 설명
ArtistController ( IArtistService artistService ) : System

비공개 메소드들

메소드 설명
CreateArtist ( Artist artist ) : HttpResponseMessage
DownloadArtists ( ) : IHttpActionResult
GetArtist ( ) : HttpResponseMessage
UploadArtists ( ) : Task

메소드 상세

ArtistController() 공개 메소드

public ArtistController ( IArtistService artistService ) : System
artistService IArtistService
리턴 System