Méthode | Description | |
---|---|---|
GetAllCategories ( ) : System.Collections.Generic.IEnumerable |
||
GetCategoryByID ( int id ) : Category | ||
GetCategoryQuestionsByCategoryID ( int id ) : System.Collections.Generic.IEnumerable |
public GetAllCategories ( ) : System.Collections.Generic.IEnumerable |
||
Résultat | System.Collections.Generic.IEnumerable |
public GetCategoryByID ( int id ) : Category | ||
id | int | |
Résultat | Category |
public GetCategoryQuestionsByCategoryID ( int id ) : System.Collections.Generic.IEnumerable |
||
id | int | |
Résultat | System.Collections.Generic.IEnumerable |