Exemplo n.º 1
0
 public override void Copy(TableBase otherTable)
 {
     PropertyCopier <Order, Order> .Copy(otherTable as Order, this);
 }
Exemplo n.º 2
0
 public override void Copy(TableBase otherTable)
 {
     PropertyCopier <Product, Product> .Copy(otherTable as Product, this);
 }