Example #1
0
        public string GetTeam()
        {
            TeamBL TBL = new TeamBL();

            return(TBL.GetTeam());
        }