Пример #1
0
 protected ArticleMetaInfo(ArticleMetaInfo other)
 {
     this.Id = other.Id;
     this.Subject = other.Subject;
     this.Author = other.Author;
     this.Created = other.Created;
     this.Category = other.Category;
     this.SubCategory = other.SubCategory;
     this.Level = other.Level;
 }
Пример #2
0
 public Article(ArticleMetaInfo other) : base(other)
 {
 }