Exemplo n.º 1
0
 public Cheese(IBreakfast breakfast)
 {
     this.breakfast = breakfast;
 }
Exemplo n.º 2
0
 public Egg(IBreakfast breakfast)
 {
     this.breakfast = breakfast;
 }
Exemplo n.º 3
0
 public Pork(IBreakfast breakfast)
 {
     this.breakfast = breakfast;
 }
Exemplo n.º 4
0
 public Corn(IBreakfast breakfast)
 {
     this.breakfast = breakfast;
 }
Exemplo n.º 5
0
 public Lettuce(IBreakfast breakfast)
 {
     this.breakfast = breakfast;
 }
Exemplo n.º 6
0
 public Chicken(IBreakfast breakfast)
 {
     this.breakfast = breakfast;
 }
Exemplo n.º 7
0
 public Ham(IBreakfast breakfast)
 {
     this.breakfast = breakfast;
 }
Exemplo n.º 8
0
 public Beef(IBreakfast breakfast)
 {
     this.breakfast = breakfast;
 }