public string ActualizarServidorApp(Servidores server, System.Data.DataTable Discos, string Srv_Observaciones) { DLSoftware odlSoftware = new DLSoftware(); return(odlSoftware.ActualizarServidorApp(server, Discos, Srv_Observaciones)); }