Beispiel #1
0
 public List <Question> GetMyQuestions()
 {
     return(questionhandler.GetQuestionsByAuthor(CurrentUser));
 }