Exemple #1
0
 public ActionResult TamagotchiListClear()
 {
     Tamagotchi.ClearTama();
     return(View());
 }