Exemplo n.º 1
0
 public IActionResult TodosCancelados()
 {
     ViewBag.Projetos = _projetoRepository.CanceladosEnegados();
     return(View());
 }