Esempio n. 1
0
 public bool Fits(IRoundable roundPeg) => Radius >= roundPeg.Radius;
Esempio n. 2
0
 public RoundTest()
 {
     Roundable = new BeautifyRounding();
 }
 public BeautifyService(IRoundable roundStrategy)
 {
     this.roundStrategy = roundStrategy;
 }