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