示例#1
0
        public void SetReservationSettingsTest()
        {
            // TODO: add unit test for the method 'SetReservationSettings'
            int?restaurantId             = null; // TODO: replace null with proper value
            ReservationSettings settings = null; // TODO: replace null with proper value

            instance.SetReservationSettings(restaurantId, settings);
        }
示例#2
0
 public void Init()
 {
     instance = new ReservationSettings();
 }