Ejemplo n.º 1
0
 public ActionResult Index()
 {
     try
     {
         IEnumerable <spGenre_Search_Result> sp3_results = db.spGenre_Search();
         return(View(sp3_results));
     }
     catch
     {
         return(View());
     }
 }