Exemple #1
0
        public string InsertarAppRelBD(int App_Id, int AppBD_Id, bool EsPropietaria)
        {
            DLSoftware odlSoftware = new DLSoftware();

            return(odlSoftware.InsertarAppRelBD(App_Id, AppBD_Id, EsPropietaria));
        }