Skip to content

Commit da035a7

Browse files
committed
CREATE PUBLIC ACTION CADASTRA_CAFE
1 parent 7c4cc56 commit da035a7

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

CoffeeForCode/Controllers/FuncionarioController.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,11 @@ public ActionResult Categoria()
172172
return View();
173173
}
174174

175+
public ActionResult Cadastra_Cafe()
176+
{
177+
return View();
178+
}
179+
175180

176181

177182
public ActionResult Info()

CoffeeForCode/Views/Funcionario/Categoria.cshtml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,39 +74,39 @@
7474
<h3>ESCOLHA UMA CATEGORIA:</h3>
7575
<main>
7676
<div class="col_one">
77-
<a href="Cardapio_Cafe" class="container_box">
77+
<a href="Cadastra_Cafe" class="container_box">
7878
<div class="box">
7979
<img src="~/fonts/Home_Cliente/Cardapio/coffee.png" style=" margin: auto 1.5rem;"/>
8080
<h3>Café</h3>
8181
</div>
8282
</a>
83-
<a href="Cardapio_Choco" class="container_box">
83+
<a href="Cadastra_Choco" class="container_box">
8484
<div class="box">
8585
<img src="~/fonts/Home_Cliente/Cardapio/chocolate.png" style=" margin: auto 2rem;" />
8686
<h3>Chocolate</h3>
8787
</div>
8888
</a>
89-
<a href="Cardapio_MilkShake" class="container_box">
89+
<a href="Cadastra_MilkShake" class="container_box">
9090
<div class="box">
9191
<img src="~/fonts/Home_Cliente/Cardapio/milkshake.png" style=" margin: auto 1rem;"/>
9292
<h3>MilkShake</h3>
9393
</div>
9494
</a>
9595
</div>
9696
<div class="col_two">
97-
<a href="Cardapio_Sanduiche" class="container_box">
97+
<a href="Cadastra_Sanduiche" class="container_box">
9898
<div class="box">
9999
<img src="~/fonts/Home_Cliente/Cardapio/sandwich.png" style=" margin: auto 1.5rem; padding-top:3%;" />
100100
<h3>Sanduíche</h3>
101101
</div>
102102
</a>
103-
<a href="Cardapio_Doces" class="container_box">
103+
<a href="Cadastra_Doces" class="container_box">
104104
<div class="box">
105105
<img src="~/fonts/Home_Cliente/Cardapio/cookies.png" style=" margin: auto 1.5rem; padding-top:3%;"/>
106106
<h3>Doces</h3>
107107
</div>
108108
</a>
109-
<a href="Cardapio_Burguer" class="container_box">
109+
<a href="Cadastra_Burguer" class="container_box">
110110
<div class="box">
111111
<img src="~/fonts/Home_Cliente/Cardapio/burger.png" style=" margin: auto 1.5rem; padding-top:3%;"/>
112112
<h3>Hambúrguer</h3>

0 commit comments

Comments
 (0)