Example #1
0
 public Comment(Comment source)
     : base(source)
 {
 }
 public Comment(Terrasoft.Configuration.Comment source)
     : base(source)
 {
     this.CopyEntityLookupProperties(source);
 }