This commit is contained in:
shadowik 2023-05-14 10:01:11 +04:00
parent a94d30e65d
commit 1292f1a520

View File

@ -27,7 +27,7 @@ namespace BankYouBankruptRestApi.Controllers
{
try
{
return _cardLogic.ReadList(new CardSearchModel { Id = id });
return _cardLogic.ReadList(new CardSearchModel { ClientID = id });
}
catch (Exception ex)
{