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