Skip to content

Commit 0d00f4b

Browse files
committed
(#411) events: refactor participand dto
1 parent bad7360 commit 0d00f4b

File tree

1 file changed

+1
-1
lines changed
  • MiniSpace.Services.Events/src/MiniSpace.Services.Events.Application/DTO

1 file changed

+1
-1
lines changed

MiniSpace.Services.Events/src/MiniSpace.Services.Events.Application/DTO/ParticipantDto.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ namespace MiniSpace.Services.Events.Application.DTO
66
[ExcludeFromCodeCoverage]
77
public class ParticipantDto
88
{
9-
public Guid StudentId { get; set; }
9+
public Guid UserId { get; set; }
1010
}
1111
}

0 commit comments

Comments
 (0)