Response.cs 102 B

123
  1. namespace Application.Features.Api.Feed.CreateComment;
  2. public sealed record Response(int CommentID);