Ejemplo n.º 1
0
        public string InsertarAppRelServer(int App_Id, int Srv_Id, bool EsPropietaria)
        {
            DLSoftware odlSoftware = new DLSoftware();

            return(odlSoftware.InsertarAppRelServer(App_Id, Srv_Id, EsPropietaria));
        }