Example #1
0
        public string InsertaGrupoSoftware(string Descripcion)
        {
            GruposSoftware objSoftware = new GruposSoftware();
            DLSoftware     odlSoftware = new DLSoftware();

            objSoftware.descripcion = Descripcion;

            return(odlSoftware.InsertaGrupoSoftware(ref objSoftware));
        }