Ejemplo n.º 1
0
        /// <summary>
        /// Flag the blog post reply as having had the relevant moderator's notified.
        /// </summary>
        private void FlagAsModeratorNotified()
        {
            ModeratorsNotified = true;
            ModeratorsNotifiedDateTime = DateTime.UtcNow;

            var table = new Table();
            table.ReplaceEntity(this);
        }