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