Fix
This commit is contained in:
parent
a94d30e65d
commit
1292f1a520
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user