public LotServerGlobalLink(LotServerConfiguration config, IDAFactory da, LotContext context, ILotHost host)
 {
     DAFactory = da;
     Host      = host;
     Context   = context;
     Config    = config;
 }
Example #2
0
 public LotServerGlobalLink(LotServerConfiguration config, IDAFactory da, LotContext context, ILotHost host, CityConnections city)
 {
     DAFactory = da;
     Host      = host;
     Context   = context;
     Config    = config;
     City      = city;
 }