public override void Copy(TableBase otherTable) { PropertyCopier <Order, Order> .Copy(otherTable as Order, this); }
public override void Copy(TableBase otherTable) { PropertyCopier <Product, Product> .Copy(otherTable as Product, this); }