Example #1
0
 public System.Threading.Tasks.Task <client.NET.SR1.getComptesResponse> getComptesAsync()
 {
     client.NET.SR1.getComptesRequest inValue = new client.NET.SR1.getComptesRequest();
     return(((client.NET.SR1.BanqueService)(this)).getComptesAsync(inValue));
 }
Example #2
0
 public client.NET.SR1.compte[] getComptes()
 {
     client.NET.SR1.getComptesRequest  inValue = new client.NET.SR1.getComptesRequest();
     client.NET.SR1.getComptesResponse retVal  = ((client.NET.SR1.BanqueService)(this)).getComptes(inValue);
     return(retVal.@return);
 }
Example #3
0
 System.Threading.Tasks.Task <client.NET.SR1.getComptesResponse> client.NET.SR1.BanqueService.getComptesAsync(client.NET.SR1.getComptesRequest request)
 {
     return(base.Channel.getComptesAsync(request));
 }
Example #4
0
 client.NET.SR1.getComptesResponse client.NET.SR1.BanqueService.getComptes(client.NET.SR1.getComptesRequest request)
 {
     return(base.Channel.getComptes(request));
 }