Added missing field in dto of friends
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
public class GetFriendDto
|
public class GetFriendDto
|
||||||
{
|
{
|
||||||
|
public int FriendId { get; set; }
|
||||||
public string? Username { get; set; }
|
public string? Username { get; set; }
|
||||||
public int Score { get; set; }
|
public int Score { get; set; }
|
||||||
}
|
}
|
||||||
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
public class GetFriendRequestDto
|
public class GetFriendRequestDto
|
||||||
{
|
{
|
||||||
|
public int FriendId { get; set; }
|
||||||
public string? Username { get; set; }
|
public string? Username { get; set; }
|
||||||
public int Score { get; set; }
|
public int Score { get; set; }
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user