mirror of
https://github.com/guilhermewerner/gerencia-projetos
synced 2025-06-16 15:05:39 +00:00
Requisitos Controller
This commit is contained in:
@ -17,7 +17,7 @@ namespace GerenciaProjetos.Controllers
|
||||
{
|
||||
this.ctx = ctx;
|
||||
|
||||
Desenvolvedor dev = ctx.Desenvolvedores.Find(1);
|
||||
Requisito dev = ctx.Requisitos.Find(1);
|
||||
}
|
||||
|
||||
public IActionResult Index()
|
||||
|
Reference in New Issue
Block a user