поручитель надеюсь это щас все, а нет не все мне надо щас метод сделать,... этот ... dateImplement
This commit is contained in:
parent
ab15a2562b
commit
eb5e34cd89
@ -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()
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user