static void Main(string[] args) { ProductManager _productManager = new ProductManager(new DesignTwo()); _productManager.GetAll(); }
static void Main(string[] args) { ProductManager productManager = new ProductManager(new Factory2()); productManager.GetAll(); }