Exemple #1
0
        public string InsertarInstanciaBD(int Srv_Id, int BD_Id, string AppSB_Nombre)
        {
            DLSoftware odlSoftware = new DLSoftware();

            return(odlSoftware.InsertarInstanciaBD(Srv_Id, BD_Id, AppSB_Nombre));
        }