コード例 #1
0
        public void GetLocationList()
        {
            int locationId = 66;
            //Act
            var response = controller.GetLocationList(locationId);

            //Assert
            Assert.IsNotNull(response);
        }