Esempio n. 1
0
        public void Eliminar_Test(int sno)
        {
            ITestSql testSql = this.ObtenerInstancia();

            testSql.Eliminar_Test(sno);
            if (testSql.IsError)
            {
                this.IsError          = testSql.IsError;
                this.ErrorDescripcion = testSql.ErrorDescripcion;
            }
        }