Beispiel #1
0
        public void GetCarlist()
        {
            int locationId = 0;

            //Act
            var response = controller.GetCarlist(locationId);

            //Assert
            Assert.IsNotNull(response);
        }