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