Ejemplo n.º 1
0
 public GateActorHandler(GateActor gateActor)
 {
     _gateActor = gateActor;
     _services  = new GateServices(this._gateActor);
 }
Ejemplo n.º 2
0
 public GateActorHandler(GateActor gateActor)
 {
     _gateActor = gateActor;
     _services = new GateServices(this._gateActor);
 }