예제 #1
0
        public void GetRestaurantDishes_Successfully()
        {
            //TODO: hardcoded
            var list = controller.GetRestaurantDishes(1);

            Assert.IsNotNull(list);
        }