Exemplo n.º 1
0
 public System.Threading.Tasks.Task <Hotelling.UserApiSave.seatsResponse> seatsAsync(int id)
 {
     Hotelling.UserApiSave.seatsRequest inValue = new Hotelling.UserApiSave.seatsRequest();
     inValue.Body    = new Hotelling.UserApiSave.seatsRequestBody();
     inValue.Body.id = id;
     return(((Hotelling.UserApiSave.UserAPISoap)(this)).seatsAsync(inValue));
 }
Exemplo n.º 2
0
 public Hotelling.UserApiSave.ArrayOfString seats(int id)
 {
     Hotelling.UserApiSave.seatsRequest inValue = new Hotelling.UserApiSave.seatsRequest();
     inValue.Body    = new Hotelling.UserApiSave.seatsRequestBody();
     inValue.Body.id = id;
     Hotelling.UserApiSave.seatsResponse retVal = ((Hotelling.UserApiSave.UserAPISoap)(this)).seats(inValue);
     return(retVal.Body.seatsResult);
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <Hotelling.UserApiSave.seatsResponse> Hotelling.UserApiSave.UserAPISoap.seatsAsync(Hotelling.UserApiSave.seatsRequest request)
 {
     return(base.Channel.seatsAsync(request));
 }
Exemplo n.º 4
0
 Hotelling.UserApiSave.seatsResponse Hotelling.UserApiSave.UserAPISoap.seats(Hotelling.UserApiSave.seatsRequest request)
 {
     return(base.Channel.seats(request));
 }