예제 #1
0
        public object FunctionTest(string type)
        {
            TestBLL testBLL = new TestBLL();

            return(testBLL.FunctionTest(type));
        }