Пример #1
0
        /// <summary>
        /// 创建问题
        /// </summary>
        public static bool Answer_Create(this Authorizer authorizer, AskQuestion question)
        {
            string errorMessage = string.Empty;

            return(authorizer.Answer_Create(question, out errorMessage));
        }