Exemplo n.º 1
0
        public void CreateProductA()
        {
            Product p = Factory.GetInstance(eProduct.A);

            p.GetInstanceType();
        }