예제 #1
0
        public string InsertaEmpresaSoftware(string Descripcion)
        {
            EmpresasSoftware objSoftware = new EmpresasSoftware();
            DLSoftware       odlSoftware = new DLSoftware();

            objSoftware.descripcion = Descripcion;

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