Ejemplo n.º 1
0
 /// <summary>
 /// View of all items.
 /// Create/edit/delete from this page.
 /// </summary>
 /// <author>Daniel Sacdalan</author>
 /// <returns></returns>
 public ActionResult Index(string searchString)
 {
     return(View(Service.GetDetails(searchString)));
 }