C# Class WhoCanHelpMe.Tasks.CategoryTasks

Inheritance: ICategoryTasks
Afficher le fichier Open project: sharparchitecture/Who-Can-Help-Me

Méthodes publiques

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

Method Details

CategoryTasks() public méthode

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