Beispiel #1
0
 public System.Threading.Tasks.Task <bool> InsertarAsync(AppAgenciaViajes.PasajeroServiceReference.Pasajero pasajero)
 {
     return(base.Channel.InsertarAsync(pasajero));
 }
Beispiel #2
0
 public bool Insertar(AppAgenciaViajes.PasajeroServiceReference.Pasajero pasajero)
 {
     return(base.Channel.Insertar(pasajero));
 }