コード例 #1
0
ファイル: NUnitTest1.cs プロジェクト: DingyClot/TFA
 public void Do(Player player)
 {
     Repositories.RegularPlayers.Add(player);
 }
コード例 #2
0
ファイル: NUnitTest1.cs プロジェクト: DingyClot/TFA
 public void Add(Player player)
 {
     players.Add(player);
 }