예제 #1
0
        public ArrayList ListaTablaGeneralSISACT(string codigo, string estado)       ////SE REPLICO METODO DE MAESTRO DATOS SE CAMBIO LA CLACE ITEM
        {
            MantMaestroDatos obj = new MantMaestroDatos();

            return(obj.ListaTablaGeneralSISACT(codigo, estado));
        }
예제 #2
0
        public string ObtenerValorContingenciaDC(int codParametro)
        {
            MantMaestroDatos obj = new MantMaestroDatos();

            return(obj.ObtenerValorContingenciaDC(codParametro));
        }