// GET: GeneralUsers
        public ActionResult Index()
        {
            RapidApiConnection api = new RapidApiConnection();

            api.SearchByIngredients();
            return(View());
        }
Beispiel #2
0
 public void NewSearchByIngredients()
 {
     rapidApiConnection.SearchByIngredients();
 }