Ejemplo n.º 1
0
 public WaterCollected(Well well, Bucket bucket)
 {
     this.Well   = well;
     this.Bucket = bucket;
 }
Ejemplo n.º 2
0
 public CollectWater(Well well)
 {
     this.Well = well;
 }