示例#1
0
 public System.Threading.Tasks.Task <bool> InsertarAsync(AppAgenciaViajes.ViajeServiceReference.Viaje Viaje)
 {
     return(base.Channel.InsertarAsync(Viaje));
 }
示例#2
0
 public bool Insertar(AppAgenciaViajes.ViajeServiceReference.Viaje Viaje)
 {
     return(base.Channel.Insertar(Viaje));
 }