Example #1
0
        public static ActionResult OPTION(string message, string data)
        {
            InternalNotifization notifization = new InternalNotifization();

            return(notifization.OPTION(message, data));
        }
Example #2
0
        public static ActionResult OPTION(string message, object data, int selected = -1)
        {
            InternalNotifization notifization = new InternalNotifization();

            return(notifization.OPTION(message, data, selected));
        }