Пример #1
0
 // GET: Task
 public ActionResult Excluidas()
 {
     return(View(_mapper.ToViewModelList(_service.ObterTasksExcluidas())));
 }