コード例 #1
0
        public void GetPriceList()
        {
            int locationId = 66;
            //Act
            var response = controller.GetPriceList(locationId, "A", false);

            //Assert
            Assert.IsNotNull(response);
        }