public void BindCityRep(ServerLotProvider lots) { //we provide the city representation with a JSON rep of the nhood structure Lots = lots; }
public void BindLots(ServerLotProvider lots) { Lots = lots; }