예제 #1
0
        // constructor - connect to db as soon as this controller is instantiated
        public AthleteController(AtleticaModel db)

        {
            this.db = db;
        }
예제 #2
0
        // constructor - connect to db as soon as this controller is instantiated
        public SportController(AtleticaModel db)

        {
            this.db = db;
        }