technical edits

This commit is contained in:
Artemy
2025-12-12 17:23:01 +07:00
parent bf2aca40d3
commit 7e6f914878
23 changed files with 461 additions and 114 deletions
@@ -16,7 +16,8 @@ public class FriendshipController : Controller
private readonly ICurrentUserService _currentUserService;
private readonly IMapper _mapper;
public FriendshipController(ILogger<FriendshipController> logger,
public FriendshipController(
ILogger<FriendshipController> logger,
IFriendshipService friendsService,
ICurrentUserService currentUserService,
IMapper mapper)