예제 #1
0
 public virtual void CopyFrom(CreatedEntity source)
 {
     base.CopyFrom(source);
     this.CreateTime = source.CreateTime;
     this.Creator    = source.Creator;
     //this.CreatorName = source.CreatorName;
 }
예제 #2
0
 public CreatedEntity(CreatedEntity source)
 {
     this.CopyFrom(source);
 }