Пример #1
0
 public ActionResult ImportFile(int QuestionBankID)
 {
     return(View(QuestionBankRepo.Get(QuestionBankID)));
 }