Files
IM_NEW/IM.Commons/IntegrationEvents/GroupMemberLeftEvent.cs

5 lines
110 B
C#

namespace IM.Commons.IntegrationEvents
{
public record GroupMemberLeftEvent(Guid UserId, Guid GroupId);
}