예제 #1
0
        public static string upTopAppUpdate(int id)
        {
            string update = NotifyController.upTopAppUpdate(id);

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