Exemplo n.º 1
0
 public System.Threading.Tasks.Task <WSContacts.ReadByRecId_Result> ReadByRecIdAsync(string recId)
 {
     WSContacts.ReadByRecId inValue = new WSContacts.ReadByRecId();
     inValue.recId = recId;
     return(((WSContacts.WSContact_Port)(this)).ReadByRecIdAsync(inValue));
 }
Exemplo n.º 2
0
 System.Threading.Tasks.Task <WSContacts.ReadByRecId_Result> WSContacts.WSContact_Port.ReadByRecIdAsync(WSContacts.ReadByRecId request)
 {
     return(base.Channel.ReadByRecIdAsync(request));
 }