Ejemplo n.º 1
0
        public async Task <IActionResult> GetAllBuildingUsers()
        {
            var result = await _buildingUserService.GetAllAsync();

            return(Ok(result));
        }