C# Class WhoCanHelpMe.Tasks.CategoryTasks

Inheritance: ICategoryTasks
Show file Open project: sharparchitecture/Who-Can-Help-Me

Public Methods

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

Method Details

CategoryTasks() public method

public CategoryTasks ( ILinqRepository categoryRepository ) : System.Collections.Generic
categoryRepository ILinqRepository
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