Example #1
0
 public IActionResult GetAllBuilding()
 {
     return(new OkObjectResult(buildingRepository.FindAll()));
 }