コード例 #1
0
        public void SetRestaurantSettingsTest()
        {
            // TODO: add unit test for the method 'SetRestaurantSettings'
            int?restaurantId            = null; // TODO: replace null with proper value
            RestaurantSettings settings = null; // TODO: replace null with proper value

            instance.SetRestaurantSettings(restaurantId, settings);
        }
コード例 #2
0
 public void Init()
 {
     instance = new RestaurantSettings();
 }