Example #1
0
 public ActionResult Index()
 {
     FoundDishes = db.getDishesWithIngridients(toSearch);
     return(View());
 }