Ejemplo n.º 1
0
 public void Persist(ITransaction tx, SimpleEntity entity)
 {
     entity.Persist(tx);
 }