Пример #1
0
        static void Main(string[] args)
        {
            ItemFactory <int, string> itemFactory = new ItemFactory <int, string>();

            DBElement <int, string> elem = itemFactory.Create();

            WriteLine("\n DB Element of type {0} is created.\n", elem.GetType());
        }