コード例 #1
0
ファイル: Player.cs プロジェクト: tekavec/OhHellKata
 public void BidsTo(IBiddings biddings)
 {
     biddings.SetBid(this, NextBid());
 }