C# Class WhoCanHelpMe.Tasks.CategoryQueryTasks

Inheritance: ICategoryQueryTasks
Datei anzeigen Open project: jongeorge1/Who-Can-Help-Me

Public Methods

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

Method Details

CategoryQueryTasks() public method

public CategoryQueryTasks ( ICategoryRepository categoryRepository ) : System.Collections.Generic
categoryRepository ICategoryRepository
return System.Collections.Generic

Get() public method

public Get ( int categoryId ) : Domain.Category
categoryId int
return Domain.Category

GetAll() public method

public GetAll ( ) : IList
return IList