Esempio n. 1
0
 public CookRobotDecorator(BaseRobot robot) : base(robot)
 {
 }
Esempio n. 2
0
 public EmailRobotDecorator(BaseRobot robot) : base(robot)
 {
 }
 public CleanRobotDecorator(BaseRobot robot) : base(robot)
 {
 }