Exemple #1
0
        public ActionResult DeleteLife(int id)
        {
            Tamagotchi.ClearLife(id);
            List <Tamagotchi> allTamagotchis = Tamagotchi.GetAll();

            return(View("Delete", allTamagotchis));
        }