Exemplo n.º 1
0
        public void Post()
        {
            // 排列
            DataServiceController controller = new DataServiceController();

            // 操作
            controller.Post("value");

            // 断言
        }