Example #1
0
 // GET: api/Building
 public IEnumerable <BuildingDTO> Get()
 {
     return(buildingService.Get());
 }