예제 #1
0
 public Farmer(Mediator m) : base(m) { }
예제 #2
0
 protected Colleague(Mediator mediator) {
     this.mediator = mediator;
 }