Пример #1
0
 /// <summary>
 /// SearchResults page of the website. This page takes the results of the API call and presents
 /// them in a pleasing format via the SearchResults.js file.
 /// </summary>
 /// <returns>
 /// A view.
 /// </returns>
 public ActionResult SearchResults()
 {
     return(View(_repository.GetAllUsers()));
 }