Ejemplo n.º 1
0
 public bool InsertPerson(Movies.Desktop.PeopleServiceReference.Person person)
 {
     Movies.Desktop.PeopleServiceReference.InsertPersonRequest inValue = new Movies.Desktop.PeopleServiceReference.InsertPersonRequest();
     inValue.Body        = new Movies.Desktop.PeopleServiceReference.InsertPersonRequestBody();
     inValue.Body.person = person;
     Movies.Desktop.PeopleServiceReference.InsertPersonResponse retVal = ((Movies.Desktop.PeopleServiceReference.PeopleServiceSoap)(this)).InsertPerson(inValue);
     return(retVal.Body.InsertPersonResult);
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <Movies.Desktop.PeopleServiceReference.InsertPersonResponse> InsertPersonAsync(Movies.Desktop.PeopleServiceReference.Person person)
 {
     Movies.Desktop.PeopleServiceReference.InsertPersonRequest inValue = new Movies.Desktop.PeopleServiceReference.InsertPersonRequest();
     inValue.Body        = new Movies.Desktop.PeopleServiceReference.InsertPersonRequestBody();
     inValue.Body.person = person;
     return(((Movies.Desktop.PeopleServiceReference.PeopleServiceSoap)(this)).InsertPersonAsync(inValue));
 }
Ejemplo n.º 3
0
 public InsertPersonRequestBody(Movies.Desktop.PeopleServiceReference.Person person)
 {
     this.person = person;
 }
Ejemplo n.º 4
0
 public GetPersonResponseBody(Movies.Desktop.PeopleServiceReference.Person GetPersonResult)
 {
     this.GetPersonResult = GetPersonResult;
 }