Exemplo n.º 1
0
        public string ActualizarApp(int App_Id, int AppSt_Id, int AppT_Id, string App_Nombre, string App_Descripcion,
                                    bool App_EnTFS, bool App_Productiva, string App_Observaciones, string App_Ubicacion)
        {
            DLSoftware odlSoftware = new DLSoftware();

            return(odlSoftware.ActualizarApp(App_Id, AppSt_Id, AppT_Id, App_Nombre, App_Descripcion,
                                             App_EnTFS, App_Productiva, App_Observaciones, App_Ubicacion));
        }