예제 #1
0
        public async void Test_Controller_Post()
        {
            var resultPass = await _controller.PostAsync(new LodgingModel()
            {
                Id = 1
            });

            Assert.NotNull(resultPass);
        }