Exemplo n.º 1
0
 // GET: Tamagotchi
 public ActionResult Index()
 {
     _tamagotchiRepo.ForceRefresh();
     return(View(_tamagotchiRepo.GetAll().OrderByDescending(x => x.Alive)));
 }