Response.cs 106 B

123
  1. namespace Application.Features.Api.Crew.ConsentSession;
  2. public sealed record Response(bool AllConsented);