Ejemplo n.º 1
0
 protected override void Merge(StockItemTransaction source, StockItemTransaction target)
 {
     StockItemTransactionUtils.Merge(source, target);
 }
Ejemplo n.º 2
0
 protected override QueryFilters <StockItemTransactionProperty> GetChanges(StockItemTransaction original, StockItemTransaction changed)
 {
     return(StockItemTransactionUtils.GetChanges(original, changed));
 }