Exemplo n.º 1
0
 public Dalmatian(IBowl bowl, IDogLead dogLead, IHut hut)
 {
     Bowl    = bowl;
     DogLead = dogLead;
     Hut     = hut;
 }
Exemplo n.º 2
0
 public York(IBowl bowl, IDogLead dogLead, IHut hut)
 {
     Bowl    = bowl;
     DogLead = dogLead;
     Hut     = hut;
 }