Esempio n. 1
0
 public GateActorHandler(GateActor gateActor)
 {
     _gateActor = gateActor;
     _services  = new GateServices(this._gateActor);
 }
Esempio n. 2
0
 public GateActorHandler(GateActor gateActor)
 {
     _gateActor = gateActor;
     _services = new GateServices(this._gateActor);
 }
Esempio n. 3
0
 public GateServices(GateActor actor)
 {
     _actor = actor;
 }
Esempio n. 4
0
 public GateServices(GateActor actor)
 {
     _actor = actor;
 }