コード例 #1
0
        public async Task <IActionResult> GetAll()
        {
            var friendRequestDtos = await _friendRequestService.GetAllAsync();

            return(_friendRequestResponseCreator.ResponseForGet(friendRequestDtos));
        }