Exemplo n.º 1
0
 public string TwRooms()
 {
     Test.ServiceReference1.TwRoomsRequest inValue = new Test.ServiceReference1.TwRoomsRequest();
     inValue.Body = new Test.ServiceReference1.TwRoomsRequestBody();
     Test.ServiceReference1.TwRoomsResponse retVal = ((Test.ServiceReference1.HJ_ServiceSoap)(this)).TwRooms(inValue);
     return(retVal.Body.TwRoomsResult);
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <Test.ServiceReference1.TwRoomsResponse> TwRoomsAsync()
 {
     Test.ServiceReference1.TwRoomsRequest inValue = new Test.ServiceReference1.TwRoomsRequest();
     inValue.Body = new Test.ServiceReference1.TwRoomsRequestBody();
     return(((Test.ServiceReference1.HJ_ServiceSoap)(this)).TwRoomsAsync(inValue));
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <Test.ServiceReference1.TwRoomsResponse> Test.ServiceReference1.HJ_ServiceSoap.TwRoomsAsync(Test.ServiceReference1.TwRoomsRequest request)
 {
     return(base.Channel.TwRoomsAsync(request));
 }
Exemplo n.º 4
0
 Test.ServiceReference1.TwRoomsResponse Test.ServiceReference1.HJ_ServiceSoap.TwRooms(Test.ServiceReference1.TwRoomsRequest request)
 {
     return(base.Channel.TwRooms(request));
 }