Exemplo n.º 1
0
        public void CancelRental()
        {
            int bookingId = 26642738; //Reservation No


            //Act
            var response = controller.CancelRental(bookingId);

            //Assert
            Assert.IsNotNull(response);
        }