예제 #1
0
 public CookRobotDecorator(BaseRobot robot) : base(robot)
 {
 }
예제 #2
0
 public EmailRobotDecorator(BaseRobot robot) : base(robot)
 {
 }
예제 #3
0
 public CleanRobotDecorator(BaseRobot robot) : base(robot)
 {
 }