Исполнитель: ...

This commit is contained in:
Yunusov_Niyaz 2024-05-01 18:51:16 +04:00
parent e2da5a56ab
commit f51581478b
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
}
<div class="text-center">
<h2 class="display-4">Создание животного</h2>
<h2 class="display-4">Добавление животного</h2>
</div>
<form method="post">
<div class="row">

View File

@ -14,7 +14,7 @@
return;
}
<p>
<a asp-action="CreatePet">Создать животное</a>
<a asp-action="CreatePet">Добавить животное</a>
<a asp-action="UpdatePet">Обновить животное</a>
<a asp-action="DeletePet">Удалить животное</a>
</p>