Exemplo n.º 1
0
        public ActionResult Save(string id)
        {
            grabFromDB grab  = new grabFromDB();
            string     phone = grab.getUserPhone(Globals.getCurrentUserEmail());

            grab.saveFavourite(phone, Globals.getCurrentUserEmail(), id);

            return(RedirectToAction("Favourites"));
        }