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