renamed spec

This commit is contained in:
2026-03-28 15:44:06 +01:00
parent 2936fe7d15
commit 108cec1a7a
2 changed files with 3 additions and 3 deletions
@@ -3,9 +3,9 @@ using BeReadyBackend.Models;
namespace BeReadyBackend.Specifications.Users;
public class GetUserNotFriendSpec : Specification<User>
public class GetUserNotMeSpec : Specification<User>
{
public GetUserNotFriendSpec(int userId)
public GetUserNotMeSpec(int userId)
{
Query
.Where(x => x.Id != userId);