Ejemplo n.º 1
0
        public static string updateAtHome(int id, bool value)
        {
            string update = NotifyController.updateAtHome(id, value);

            if (update != null)
            {
                return("true");
            }
            else
            {
                return("false");
            }
        }