C# 클래스 NDG.DataAccessModels.Repositories.CategoryRepository

상속: Repository, ICategoryRepository
파일 보기 프로젝트 열기: nokiadatagathering/WP7-Official

공개 메소드들

메소드 설명
GetAllCategories ( ) : System.Collections.Generic.IEnumerable
GetCategoryByID ( int id ) : Category
GetCategoryQuestionsByCategoryID ( int id ) : System.Collections.Generic.IEnumerable

메소드 상세

GetAllCategories() 공개 메소드

public GetAllCategories ( ) : System.Collections.Generic.IEnumerable
리턴 System.Collections.Generic.IEnumerable

GetCategoryByID() 공개 메소드

public GetCategoryByID ( int id ) : Category
id int
리턴 Category

GetCategoryQuestionsByCategoryID() 공개 메소드

public GetCategoryQuestionsByCategoryID ( int id ) : System.Collections.Generic.IEnumerable
id int
리턴 System.Collections.Generic.IEnumerable