Exemplo n.º 1
0
 public LigthOffCommand(ILigth ligth)
 {
     this.ligth = ligth;
 }
Exemplo n.º 2
0
 public GarageDoor(ILigth ligth)
 {
     this.ligth = ligth;
 }