Exemplo n.º 1
0
 public System.Threading.Tasks.Task <bool> InsertarAsync(AppAgenciaViajes.AgenciaServiceReference.Pais pais)
 {
     return(base.Channel.InsertarAsync(pais));
 }
Exemplo n.º 2
0
 public bool Insertar(AppAgenciaViajes.AgenciaServiceReference.Pais pais)
 {
     return(base.Channel.Insertar(pais));
 }