Exemplo n.º 1
0
 public string getCrtList()
 {
     Infopulse.EDemocracy.Data.Verification.Dpa.getCrtListRequest inValue = new Infopulse.EDemocracy.Data.Verification.Dpa.getCrtListRequest();
     inValue.Body = new Infopulse.EDemocracy.Data.Verification.Dpa.getCrtListRequestBody();
     Infopulse.EDemocracy.Data.Verification.Dpa.getCrtListResponse retVal = ((Infopulse.EDemocracy.Data.Verification.Dpa.UACryptoWS)(this)).getCrtList(inValue);
     return(retVal.Body.@return);
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <Infopulse.EDemocracy.Data.Verification.Dpa.getCrtListResponse> getCrtListAsync()
 {
     Infopulse.EDemocracy.Data.Verification.Dpa.getCrtListRequest inValue = new Infopulse.EDemocracy.Data.Verification.Dpa.getCrtListRequest();
     inValue.Body = new Infopulse.EDemocracy.Data.Verification.Dpa.getCrtListRequestBody();
     return(((Infopulse.EDemocracy.Data.Verification.Dpa.UACryptoWS)(this)).getCrtListAsync(inValue));
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <Infopulse.EDemocracy.Data.Verification.Dpa.getCrtListResponse> Infopulse.EDemocracy.Data.Verification.Dpa.UACryptoWS.getCrtListAsync(Infopulse.EDemocracy.Data.Verification.Dpa.getCrtListRequest request)
 {
     return(base.Channel.getCrtListAsync(request));
 }
Exemplo n.º 4
0
 Infopulse.EDemocracy.Data.Verification.Dpa.getCrtListResponse Infopulse.EDemocracy.Data.Verification.Dpa.UACryptoWS.getCrtList(Infopulse.EDemocracy.Data.Verification.Dpa.getCrtListRequest request)
 {
     return(base.Channel.getCrtList(request));
 }