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