поручитель надеюсь это щас все, а нет не все мне надо щас метод сделать,... этот ... dateImplement

This commit is contained in:
antoc0der 2024-05-01 18:25:01 +04:00
parent ab15a2562b
commit eb5e34cd89
2 changed files with 4 additions and 4 deletions

View File

@ -27,7 +27,7 @@ namespace VeterinaryShowOwnerApp.Controllers
return Redirect("~/Home/Enter");
}
return
View(APIOwner.GetRequest<List<PetViewModel>>($"api/main/getpets?ownerId={APIOwner.Owner.Id}"));
View(APIOwner.GetRequest<List<PetViewModel>>($"api/pet/getpets?ownerId={APIOwner.Owner.Id}"));
}
[HttpGet]
public IActionResult Privacy()

View File

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