C# Class WhoCanHelpMe.Tasks.CategoryQueryTasks

Inheritance: ICategoryQueryTasks
Afficher le fichier Open project: jongeorge1/Who-Can-Help-Me

Méthodes publiques

Méthode Description
CategoryQueryTasks ( ICategoryRepository categoryRepository ) : System.Collections.Generic
Get ( int categoryId ) : Domain.Category
GetAll ( ) : IList

Method Details

CategoryQueryTasks() public méthode

public CategoryQueryTasks ( ICategoryRepository categoryRepository ) : System.Collections.Generic
categoryRepository ICategoryRepository
Résultat System.Collections.Generic

Get() public méthode

public Get ( int categoryId ) : Domain.Category
categoryId int
Résultat Domain.Category

GetAll() public méthode

public GetAll ( ) : IList
Résultat IList