Method | Description | |
---|---|---|
GetAllCategories ( ) : System.Collections.Generic.IEnumerable |
||
GetCategoryByID ( int id ) : Category | ||
GetCategoryQuestionsByCategoryID ( int id ) : System.Collections.Generic.IEnumerable |
public GetAllCategories ( ) : System.Collections.Generic.IEnumerable |
||
return | System.Collections.Generic.IEnumerable |
public GetCategoryQuestionsByCategoryID ( int id ) : System.Collections.Generic.IEnumerable |
||
id | int | |
return | System.Collections.Generic.IEnumerable |