Beispiel #1
0
 public void TestGetListAnswerByQuestionId()
 {
     Assert.AreEqual(6, _answerImpl.GetListAnswerByQuestionId(1));
 }