Example #1
0
 public int AddHolding(HoldingSet holdingSet)
 {
     return(game.AddHolding(holdingSet));
 }