コード例 #1
0
 // GET: Tarefas
 public ActionResult Index()
 {
     return(View(tarefaRepository.FindAll().ToList()));
 }