Ejemplo n.º 1
0
 public TransientProcessor1(TransientService1 transientService1)
 {
     _transientService1 = transientService1;
 }
Ejemplo n.º 2
0
 public TransientProcessor1()
 {
     _transientService1 = new TransientService1();
 }