Пример #1
0
 public void BuildFurnitureOrder(Channel channel)
 {
     _companyFactory.MakeFurnitureOrder(channel, ProductType.Furniture);
 }