コード例 #1
0
        /// <summary>
        /// Perform Insert to Database
        /// </summary>
        /// <returns></returns>
        public override int Add()
        {
            return(ActionSP.AddComment(ID, Author, Email, Comments));

            ActionSP = null;
        }