C# 클래스 WhoCanHelpMe.Tasks.CategoryQueryTasks

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

공개 메소드들

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

메소드 상세

CategoryQueryTasks() 공개 메소드

public CategoryQueryTasks ( ICategoryRepository categoryRepository ) : System.Collections.Generic
categoryRepository ICategoryRepository
리턴 System.Collections.Generic

Get() 공개 메소드

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

GetAll() 공개 메소드

public GetAll ( ) : IList
리턴 IList