Ща будем сдавать

This commit is contained in:
Yunusov_Niyaz 2024-05-27 08:49:55 +04:00
parent 531e1312a2
commit 60d2cd985b

View File

@ -39,7 +39,7 @@ namespace VeterinaryRestApi.Controllers
{
try
{
return _purchase.ReadList(new PurchaseSearchModel { Id = ownerId});
return _purchase.ReadList(new PurchaseSearchModel { OwnerId = ownerId});
}
catch (Exception ex)
{