示例#1
0
        public void Insert(TestInfo test)
        {
            TestRepo tRepo = new TestRepo();

            tRepo.Insert(test);
        }