Exemplo n.º 1
0
 public bool addNemTeam(string teamName)
 {
     return(m_teams.addNewTeam(teamName));
 }