예제 #1
0
파일: Authorizer.cs 프로젝트: x1987624/SNS
        /// <summary>
        /// 创建问题
        /// </summary>
        public static bool Answer_Create(this Authorizer authorizer, AskQuestion question)
        {
            string errorMessage = string.Empty;

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