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