Response.cs 106 B

12345
  1. namespace Application.Features.Api.Forum.PostLink.Click;
  2. public sealed record Response(
  3. string Url
  4. );