Метод | Описание | |
---|---|---|
CategoryQueryTasks ( ICategoryRepository categoryRepository ) : System.Collections.Generic | ||
Get ( int categoryId ) : Domain.Category | ||
GetAll ( ) : IList |
public CategoryQueryTasks ( ICategoryRepository categoryRepository ) : System.Collections.Generic | ||
categoryRepository | ICategoryRepository | |
Результат | System.Collections.Generic |
public Get ( int categoryId ) : Domain.Category | ||
categoryId | int | |
Результат | Domain.Category |