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