Example #1
0
 public List <Building> GetAllBuildings()
 {
     return(buildingManager.GetAllBuildings());
 }