Exemplo n.º 1
0
 public System.Threading.Tasks.Task <bool> InsertReservationAsync(Biograf_Booking_Client.PersonService.Reservation r)
 {
     return(base.Channel.InsertReservationAsync(r));
 }
Exemplo n.º 2
0
 public bool InsertReservation(Biograf_Booking_Client.PersonService.Reservation r)
 {
     return(base.Channel.InsertReservation(r));
 }