public CookRobotDecorator(BaseRobot robot) : base(robot)
 {
 }
Exemple #2
0
 public EmailRobotDecorator(BaseRobot robot) : base(robot)
 {
 }
 public CleanRobotDecorator(BaseRobot robot) : base(robot)
 {
 }