예제 #1
0
 public System.Threading.Tasks.Task <Virtual_librarian.PersonService.GetPersonByNameSurnamePasswordResponse> GetPersonByNameSurnamePasswordAsync(string name, string surname, string password)
 {
     Virtual_librarian.PersonService.GetPersonByNameSurnamePasswordRequest inValue = new Virtual_librarian.PersonService.GetPersonByNameSurnamePasswordRequest();
     inValue.Body          = new Virtual_librarian.PersonService.GetPersonByNameSurnamePasswordRequestBody();
     inValue.Body.name     = name;
     inValue.Body.surname  = surname;
     inValue.Body.password = password;
     return(((Virtual_librarian.PersonService.PersonServiceSoap)(this)).GetPersonByNameSurnamePasswordAsync(inValue));
 }
예제 #2
0
 public Virtual_librarian.PersonService.Person GetPersonByNameSurnamePassword(string name, string surname, string password)
 {
     Virtual_librarian.PersonService.GetPersonByNameSurnamePasswordRequest inValue = new Virtual_librarian.PersonService.GetPersonByNameSurnamePasswordRequest();
     inValue.Body          = new Virtual_librarian.PersonService.GetPersonByNameSurnamePasswordRequestBody();
     inValue.Body.name     = name;
     inValue.Body.surname  = surname;
     inValue.Body.password = password;
     Virtual_librarian.PersonService.GetPersonByNameSurnamePasswordResponse retVal = ((Virtual_librarian.PersonService.PersonServiceSoap)(this)).GetPersonByNameSurnamePassword(inValue);
     return(retVal.Body.GetPersonByNameSurnamePasswordResult);
 }
예제 #3
0
 System.Threading.Tasks.Task <Virtual_librarian.PersonService.GetPersonByNameSurnamePasswordResponse> Virtual_librarian.PersonService.PersonServiceSoap.GetPersonByNameSurnamePasswordAsync(Virtual_librarian.PersonService.GetPersonByNameSurnamePasswordRequest request)
 {
     return(base.Channel.GetPersonByNameSurnamePasswordAsync(request));
 }
예제 #4
0
 Virtual_librarian.PersonService.GetPersonByNameSurnamePasswordResponse Virtual_librarian.PersonService.PersonServiceSoap.GetPersonByNameSurnamePassword(Virtual_librarian.PersonService.GetPersonByNameSurnamePasswordRequest request)
 {
     return(base.Channel.GetPersonByNameSurnamePassword(request));
 }