Exemplo n.º 1
0
        static void Main(string[] args)
        {
            OrmTest test = new OrmTest();
            test.PerformTest();

            Console.WriteLine();
            Console.WriteLine("Press enter to Quit");
            Console.ReadLine();
        }
Exemplo n.º 2
0
        static void Main(string[] args)
        {
            OrmTest test = new OrmTest();

            test.PerformTest();

            Console.WriteLine();
            Console.WriteLine("Press enter to Quit");
            Console.ReadLine();
        }