예제 #1
0
        public void GetBookingList()
        {
            int loginType  = 2; //Company
            int customerId = 404485;

            //Act
            var response = controller.GetBookingList(loginType, customerId);

            //Assert
            Assert.IsNotNull(response);
        }