C# Class SSW.MusicStore.API.Controllers.StoreController

Inheritance: Microsoft.AspNet.Mvc.Controller
Exibir arquivo Open project: SSWConsulting/enterprise-musicstore-api-aspnet

Public Methods

Method Description
StoreController ( IGenreQueryService genreQueryService, IAlbumQueryService albumQueryService ) : System.Collections.Generic

Private Methods

Method Description
Details ( int id ) : Task
Get ( ) : Task
Get ( string genre ) : Task
GetTopSellingAlbumsAsync ( int count ) : Task>
Popular ( ) : Task
SecuredPing ( ) : object

Method Details

StoreController() public method

public StoreController ( IGenreQueryService genreQueryService, IAlbumQueryService albumQueryService ) : System.Collections.Generic
genreQueryService IGenreQueryService
albumQueryService IAlbumQueryService
return System.Collections.Generic