Esempio n. 1
0
        public string InsertarAplicacion(int AppSt_Id, int AppT_Id, string App_Nombre, string App_Descripcion, bool App_EnTFS, bool App_Productiva, string App_Observaciones, string App_Ubicacion, int Srv_Id, bool Srv_EsPropietaria, int AppBD_Id, bool BD_EsPropietaria)
        {
            DLSoftware odlSoftware = new DLSoftware();

            return(odlSoftware.InsertarAplicacion(AppSt_Id, AppT_Id, App_Nombre, App_Descripcion, App_EnTFS, App_Productiva, App_Observaciones, App_Ubicacion, Srv_Id, Srv_EsPropietaria, AppBD_Id, BD_EsPropietaria));
        }