C# 클래스 WhoCanHelpMe.Tasks.CategoryTasks

상속: ICategoryTasks
파일 보기 프로젝트 열기: sharparchitecture/Who-Can-Help-Me

공개 메소드들

메소드 설명
CategoryTasks ( ILinqRepository categoryRepository ) : System.Collections.Generic
Get ( int categoryId ) : Domain.Category
GetAll ( ) : IList

메소드 상세

CategoryTasks() 공개 메소드

public CategoryTasks ( ILinqRepository categoryRepository ) : System.Collections.Generic
categoryRepository ILinqRepository
리턴 System.Collections.Generic

Get() 공개 메소드

public Get ( int categoryId ) : Domain.Category
categoryId int
리턴 Domain.Category

GetAll() 공개 메소드

public GetAll ( ) : IList
리턴 IList