AdventureWorks.WebServices.Controllers.SearchSuggestionController.GetSearchSuggestions C# (CSharp) Метод

GetSearchSuggestions() публичный Метод

public GetSearchSuggestions ( ) : IEnumerable
Результат IEnumerable
        public IEnumerable<string> GetSearchSuggestions()
        {
            return _searchSuggestionsRepository.GetAll();
        }

Same methods

SearchSuggestionController::GetSearchSuggestions ( string searchTerm ) : IEnumerable