Пример #1
0
        static void Main(string[] args)
        {
            IGroupRepository group = new GroupRepository();

            group.CreateTable();
            Console.WriteLine("Done");
        }