Beispiel #1
0
 public void CopyProperties(ICashEvent other)
 {
     Id           = other.Id;
     Title        = other.Title;
     RowVersion   = other.RowVersion;
     Description  = other.Description;
     Currency     = other.Currency;
     Participants = other.Participants;
 }
Beispiel #2
0
        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;






        }
Beispiel #3
0
 public void CopyProperties(ICashEvent other)
 {
 }