Исполнитель: ...
This commit is contained in:
parent
e2da5a56ab
commit
f51581478b
@ -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">
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user