C# Class tms_api.Controllers.ArtistsController

Inheritance: ApiController
显示文件 Open project: smoore4moma/tms-api

Public Methods

Method Description
ArtistsController ( ) : System

Private Methods

Method Description
GetArtist ( int artist_id, string token ) : GetArtistObjectsViewModel
GetArtistsSearch ( string search, string token ) : GetArtistsViewModel

Method Details

ArtistsController() public method

public ArtistsController ( ) : System
return System