change GetList of ContractingPartyBankAccounts and add count to it

This commit is contained in:
MahanCh
2025-07-31 10:54:20 +03:30
parent b96ed1c7c3
commit 133b99d5fc
6 changed files with 47 additions and 34 deletions

View File

@@ -50,7 +50,7 @@ public class ContractingPartyBankAccountsApplication:IContractingPartyBankAccoun
}
public async Task<OperationResult<List<GetContractingPartyBankAccountViewModel>>> GetList(
public async Task<GetContractingPartyBankAccountViewModel> GetList(
ContractingPartyBankAccountSearchModel searchModel)
{
return await _contractingPartyBankAccountsRepository.GetList(searchModel);