예제 #1
0
 // GET: TriviaController
 public ActionResult Index()
 {
     return(View(triviaService.GetTriviaQuestion()));
 }