Beispiel #1
0
 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;
 }
Beispiel #2
0
 public BlogStoryTag(BlogStory blogStory, Tag tag)
 {
     BlogStory = blogStory;
     Tag       = tag;
 }