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

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