コード例 #1
0
ファイル: Time.cs プロジェクト: welb-unis/atv5-agregacao
 public void contratarJogador(Jogador J)
 {
     this.jogadores.Add(J);
 }