コード例 #1
0
        public void Update(ProductReview post)
        {
            var transferObj = new ContentItemDTO(post);

            this._context.ContentItemDTOs.Update(transferObj);
        }
コード例 #2
0
        public void Update(BlogPost post)
        {
            var transferObj = new ContentItemDTO(post);

            this._context.ContentItemDTOs.Update(transferObj);
        }