Example #1
0
 private void Backup(EntityRow src, ref EntityRow target)
 {
     target = src.Clone();
 }