Пример #1
0
        public ActionResult SaveUpdatedMushroom(Mushroom updatedMushroom)
        {
            FungeyeDAL DAL = new FungeyeDAL();

            DAL.UpdateMushroom(updatedMushroom);

            return(RedirectToAction("IdentifyMushrooms"));
        }