Beispiel #1
0
 protected override void Merge(CustomerTransaction source, CustomerTransaction target)
 {
     CustomerTransactionUtils.Merge(source, target);
 }
Beispiel #2
0
 protected override QueryFilters <CustomerTransactionProperty> GetChanges(CustomerTransaction original, CustomerTransaction changed)
 {
     return(CustomerTransactionUtils.GetChanges(original, changed));
 }