예제 #1
0
        public List <TestDTO> AllTest(int uid)
        {
            MyDBService ser = new MyDBService();

            return(ser.AllTest(uid));
        }