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 GetContact_Result(CustomerMaintenance.CustomerServiceReference.ReadContact readContact)
 {
     this.readContact = readContact;
 }
Exemplo n.º 3
0
 public GetContact(string hashCode, CustomerMaintenance.CustomerServiceReference.ReadContact readContact)
 {
     this.hashCode    = hashCode;
     this.readContact = readContact;
 }