New Migration

This commit is contained in:
GuiNerd
2019-09-22 09:00:10 -03:00
parent 07230df64b
commit f9c65d9a91
33 changed files with 1199 additions and 198 deletions

View File

@ -23,6 +23,7 @@ namespace GerenciaProjetos.Controllers
ViewBag.Desenvolvedores = ctx.Desenvolvedores;
ViewBag.Projetos = ctx.Projetos;
ViewBag.Requisitos = ctx.Requisitos;
ViewBag.Bugs = ctx.Bugs;
return View();
}