Example #1
0
 public object Despachar(Dapesa.Comun.Entidades.Conexion poConexion, System.Collections.Generic.List <Dapesa.AccesoDatos.Entidades.Sentencia> poSentencia)
 {
     return(base.Channel.Despachar(poConexion, poSentencia));
 }
Example #2
0
 public bool Validar(Dapesa.Comun.Entidades.Conexion poConexion)
 {
     return(base.Channel.Validar(poConexion));
 }