Exemplo n.º 1
0
 public void GetContact(string hashCode, ref CustomerMaintenance.CustomerServiceReference.ReadContact readContact)
 {
     CustomerMaintenance.CustomerServiceReference.GetContact inValue = new CustomerMaintenance.CustomerServiceReference.GetContact();
     inValue.hashCode    = hashCode;
     inValue.readContact = readContact;
     CustomerMaintenance.CustomerServiceReference.GetContact_Result retVal = ((CustomerMaintenance.CustomerServiceReference.ContactService_Port)(this)).GetContact(inValue);
     readContact = retVal.readContact;
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <CustomerMaintenance.CustomerServiceReference.GetContact_Result> GetContactAsync(CustomerMaintenance.CustomerServiceReference.GetContact request)
 {
     return(base.Channel.GetContactAsync(request));
 }
Exemplo n.º 3
0
 CustomerMaintenance.CustomerServiceReference.GetContact_Result CustomerMaintenance.CustomerServiceReference.ContactService_Port.GetContact(CustomerMaintenance.CustomerServiceReference.GetContact request)
 {
     return(base.Channel.GetContact(request));
 }