Esempio n. 1
0
 public void GetByQuestionId_WillReturn_Records()
 {
     Assert.True(_db.GetByQuestionId(1).FirstOrDefault().QuestionId == 1);
 }