Ejemplo n.º 1
0
 public PastryChefFacade(PastryChef chef, AssistantChef assistant)
 {
     this.chef      = chef;
     this.assistant = assistant;
 }
Ejemplo n.º 2
0
 public PastryChefFacade(PastryChef chef, AssistantChef assistant)
 {
     this.chef = chef;
     this.assistant = assistant;
 }