Exemple #1
0
        public static string launchLiveQuestion(List<string> _arr)
        {
            SBObj _sbobj = new SBObj();
            _sbobj.QuestionID = Convert.ToInt32(_arr[0].ToString());

            return _sbobj.LaunchLiveQuestion();
        }