public Dalmatian(IBowl bowl, IDogLead dogLead, IHut hut)
 {
     Bowl    = bowl;
     DogLead = dogLead;
     Hut     = hut;
 }
Example #2
0
 public York(IBowl bowl, IDogLead dogLead, IHut hut)
 {
     Bowl    = bowl;
     DogLead = dogLead;
     Hut     = hut;
 }