bool Play(Domain.Tamagotchi tama) { if (tama == null) return false; if (tama.PlayAction(DateTime.UtcNow)) return repo.SaveChanges(); return false; }