Exemple #1
0
        public string BorrarAppRelServer(int App_Id)
        {
            DLSoftware odlSoftware = new DLSoftware();

            return(odlSoftware.BorrarAppRelServer(App_Id));
        }