Exemplo n.º 1
0
 public virtual void UpdateFrom(BusinessBase source)
 {
     this.Id = source.Id;
     this.CreatedDateTime = source.CreatedDateTime;
     this.LastUpdatedDate = source.LastUpdatedDate;
 }
Exemplo n.º 2
0
 public virtual void UpdateFrom(BusinessBase source)
 {
     this.Id = source.Id;
     this.CreatedDateTime = source.CreatedDateTime;
     this.LastUpdatedDate = source.LastUpdatedDate;
 }