Пример #1
0
 public System.Threading.Tasks.Task <RestaurantManagerClient.RestaurantService.editReservationResponse> editReservationAsync(int ReservationId, int clientId, string Firstname, string Lastname, string Phonenumber, int PartySize, System.DateTime Date, int Hour, int Minute, string Description, int RestaurantId)
 {
     RestaurantManagerClient.RestaurantService.editReservationRequest inValue = new RestaurantManagerClient.RestaurantService.editReservationRequest();
     inValue.Body = new RestaurantManagerClient.RestaurantService.editReservationRequestBody();
     inValue.Body.ReservationId = ReservationId;
     inValue.Body.clientId      = clientId;
     inValue.Body.Firstname     = Firstname;
     inValue.Body.Lastname      = Lastname;
     inValue.Body.Phonenumber   = Phonenumber;
     inValue.Body.PartySize     = PartySize;
     inValue.Body.Date          = Date;
     inValue.Body.Hour          = Hour;
     inValue.Body.Minute        = Minute;
     inValue.Body.Description   = Description;
     inValue.Body.RestaurantId  = RestaurantId;
     return(((RestaurantManagerClient.RestaurantService.WebService1Soap)(this)).editReservationAsync(inValue));
 }
Пример #2
0
 System.Threading.Tasks.Task <RestaurantManagerClient.RestaurantService.editReservationResponse> RestaurantManagerClient.RestaurantService.WebService1Soap.editReservationAsync(RestaurantManagerClient.RestaurantService.editReservationRequest request)
 {
     return(base.Channel.editReservationAsync(request));
 }
Пример #3
0
 RestaurantManagerClient.RestaurantService.editReservationResponse RestaurantManagerClient.RestaurantService.WebService1Soap.editReservation(RestaurantManagerClient.RestaurantService.editReservationRequest request)
 {
     return(base.Channel.editReservation(request));
 }