示例#1
0
 public virtual void UpdateFrom(BusinessBase source)
 {
     this.Id = source.Id;
     this.CreatedDateTime = source.CreatedDateTime;
     this.LastUpdatedDate = source.LastUpdatedDate;
 }
示例#2
0
 public virtual void UpdateFrom(BusinessBase source)
 {
     this.Id = source.Id;
     this.CreatedDateTime = source.CreatedDateTime;
     this.LastUpdatedDate = source.LastUpdatedDate;
 }