Exemple #1
0
 // GET: Alunos
 public ActionResult Index()
 {
     return(View(appService.ObterAlunos()));
 }