5 lines
110 B
C#
5 lines
110 B
C#
namespace IM.Commons.IntegrationEvents
|
|
{
|
|
public record GroupMemberLeftEvent(Guid UserId, Guid GroupId);
|
|
}
|