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

            api.SearchByIngredients();
            return(View());
        }
Exemplo n.º 2
0
 public void NewSearchByIngredients()
 {
     rapidApiConnection.SearchByIngredients();
 }