Exemple #1
0
 public async Task <ASPSPListResponse> ListBanks()
 {
     return(await base.GetAsync <ASPSPListResponse>(_endpoints.BankList()));
 }