Esempio n. 1
0
        public Team Get(int id)
        {
            DBtools db = new DBtools();

            return(db.GetTeamById(id));
        }