Exemplo n.º 1
0
 public void ShowInfomationWithChair(IChair chair)
 {
     Console.WriteLine(GetTableInfo() + " with " + chair.GetChairInfo());
 }