mirror of
https://github.com/guilhermewerner/gerencia-projetos
synced 2025-06-17 07:25:11 +00:00
Requisitos Controller
This commit is contained in:
@ -1,13 +1,11 @@
|
||||
|
||||
@{
|
||||
ViewData["Title"] = "Novo Projeto";
|
||||
Layout = "~/Views/Shared/_Layout.cshtml";
|
||||
}
|
||||
|
||||
@model GerenciaProjetos.Models.Projeto
|
||||
|
||||
<h3>@ViewData["Title"]</h3>
|
||||
<p>Subtitulo.</p>
|
||||
|
||||
<section class="py-3">
|
||||
<div class="card">
|
||||
|
Reference in New Issue
Block a user