Exemple #1
0
        public IList <string> Get(string day, string time)
        {
            var helperService = new RestaurantService();

            return(helperService.GetAvailableRestaurants(day, time));
        }