示例#1
0
        public static void Insertar_Tipo_Identificacion(TIPOS_IDENTIFICACIONES obj)
        {
            D_Tipo_Identificacion Metodo = new D_Tipo_Identificacion();

            Metodo.Insertar_Tipo_Identificacion(obj);
        }
示例#2
0
        public static void Actualizar_Tipo_Identificacion(TIPOS_IDENTIFICACIONES obj)
        {
            D_Tipo_Identificacion Metodo = new D_Tipo_Identificacion();

            Metodo.Actualizar_Tipo_Identificacion(obj);
        }
示例#3
0
        public static List <TIPOS_IDENTIFICACIONES> Listar_Tipos_Identificaciones(string Condicion)
        {
            D_Tipo_Identificacion Metodo = new D_Tipo_Identificacion();

            return(Metodo.Listar_Tipos_Identificaciones(Condicion));
        }