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

            // 操作
            controller.Put(5, "value");

            // 断言
        }