示例#1
0
 public PartialViewResult OnGetAllContacts()
 {
     return(Partial("_AllContactsPartial", questionRepository.GetAllQuestionsFromTestWithId(TestId)));
 }