public LotAllocations(LotServerPicker PickingEngine, IDAFactory daFactory, CityServerContext context, IKernel kernel) { this.PickingEngine = PickingEngine; DAFactory = daFactory; Context = context; Matchmaker = kernel.Get <JobMatchmaker>(); }
public Tuning(LotServerPicker LotServers, IDAFactory da) { this.LotServers = LotServers; DAFactory = da; }