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