public async Task <IActionResult> DeleteBuildingTypeById(int id) { await _buildingService.DeleteBuildingTypeById(id); return(Ok()); }