コード例 #1
0
 public bool Fits(IRoundable roundPeg) => Radius >= roundPeg.Radius;
コード例 #2
0
 public RoundTest()
 {
     Roundable = new BeautifyRounding();
 }
コード例 #3
0
 public BeautifyService(IRoundable roundStrategy)
 {
     this.roundStrategy = roundStrategy;
 }