C# Class SSW.MusicStore.BusinessLogic.Query.GenreQueryService

Inheritance: IGenreQueryService
Mostra file Open project: SSWConsulting/enterprise-musicstore-api-aspnet

Public Methods

Method Description
GenreQueryService ( Func unitOfWorkFunc ) : System
GetAllGenres ( ) : Task>

Method Details

GenreQueryService() public method

public GenreQueryService ( Func unitOfWorkFunc ) : System
unitOfWorkFunc Func
return System

GetAllGenres() public method

public GetAllGenres ( ) : Task>
return Task>