Ejemplo n.º 1
0
 public void Prepare(IBatch batch)
 {
     Manager.Prepare(batch, this);
 }
Ejemplo n.º 2
0
 public void Prepare(Batch batch)
 {
     Manager.Prepare(batch, ref this);
 }