Beispiel #1
0
        public static RepLegal ObtieneDatosRepLegal(int rut)
        {
            var objDocumentos = new DBOSolicitudes();

            var objRepLegal = objDocumentos.ObtenerDatosRepLegal(rut);

            return(objRepLegal);
        }