public void BindCityRep(ServerLotProvider lots)
 {
     //we provide the city representation with a JSON rep of the nhood structure
     Lots = lots;
 }
Пример #2
0
 public void BindLots(ServerLotProvider lots)
 {
     Lots = lots;
 }