public void Update(BlogStory target) { Title = target.Title; Description = target.Description; SeoDescription = target.SeoDescription; SeoKeywords = target.SeoKeywords; Content = target.Content; StoryImageUrl = target.StoryImageUrl; StoryThumbUrl = target.StoryThumbUrl; Alias = target.Alias; AccessToken = target.AccessToken; Language = target.Language; }
public BlogStoryTag(BlogStory blogStory, Tag tag) { BlogStory = blogStory; Tag = tag; }