Ejemplo n.º 1
0
        public async Task <IActionResult> GetAllAsTreeView()
        {
            var buildings = await _buildingService.GetAllAsTreeView();

            return(Ok(buildings));
        }