Esempio n. 1
0
        public string InsertarServidorApp(Servidores server, System.Data.DataTable Discos, string Srv_Observaciones)
        {
            DLSoftware odlSoftware = new DLSoftware();

            return(odlSoftware.InsertarServidorApp(server, Discos, Srv_Observaciones));
        }