예제 #1
0
        public Lega Abbandona(Squadra squadra, Lega lega)
        {
            IGestioneAstaController gestioneAstaController = new GestioneAstaController();

            return(gestioneAstaController.Abbandona(squadra, lega));
        }
예제 #2
0
        public Lega Rialza(Squadra squadra, Lega lega)
        {
            IGestioneAstaController gestioneAstaController = new GestioneAstaController();

            return(gestioneAstaController.Rialza(squadra, lega));
        }
예제 #3
0
        public Turno GestisciAsta(Lega lega, Squadra squadra)
        {
            IGestioneAstaController gestioneAstaController = new GestioneAstaController();

            return(gestioneAstaController.GestisciAsta(lega, squadra));
        }
예제 #4
0
        public Lega Offri(int offerta, Squadra squadra, Lega lega)
        {
            IGestioneAstaController gestioneAstaController = new GestioneAstaController();

            return(gestioneAstaController.Offri(offerta, squadra, lega));
        }
예제 #5
0
        public Lega CreaAsta(Giocatore giocatore, int offerta, Squadra squadra, Lega lega)
        {
            IGestioneAstaController gestioneAstaController = new GestioneAstaController();

            return(gestioneAstaController.CreaAsta(giocatore, offerta, squadra, lega));
        }