C# Класс WhoCanHelpMe.Tasks.CategoryQueryTasks

Наследование: ICategoryQueryTasks
Показать файл Открыть проект

Открытые методы

Метод Описание
CategoryQueryTasks ( ICategoryRepository categoryRepository ) : System.Collections.Generic
Get ( int categoryId ) : Domain.Category
GetAll ( ) : IList

Описание методов

CategoryQueryTasks() публичный Метод

public CategoryQueryTasks ( ICategoryRepository categoryRepository ) : System.Collections.Generic
categoryRepository ICategoryRepository
Результат System.Collections.Generic

Get() публичный Метод

public Get ( int categoryId ) : Domain.Category
categoryId int
Результат Domain.Category

GetAll() публичный Метод

public GetAll ( ) : IList
Результат IList