public void Read(Hire hi) { hi.Candle(); hi.Champagne(); hi.Steak(); }
public void Go(Hire hi) { Supper sup = hi.GetSupper(); sup.GetSupper(); }