public void CopyProperties(ICashEvent other) { Id = other.Id; Title = other.Title; RowVersion = other.RowVersion; Description = other.Description; Currency = other.Currency; Participants = other.Participants; }
public void CopyProperties(ICashEvent other) { Id = other.Id; RowVersion = other.RowVersion; Title = other.Title; Description = other.Description; Currency = other.Currency; ExtraInfo = other.ExtraInfo; Category = other.Category; Participants = other.Participants; }
public void CopyProperties(ICashEvent other) { }