This website works better with JavaScript
Home
Explore
Help
Sign In
admin
/
ANTOOZA-BACKEND
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
5fe3a969dd
Branches
Tags
dev
main
ANTOOZA-BACKEND
/
Application
/
Features
/
Api
/
Feed
/
CreateComment
/
Response.cs
Response.cs
102 B
History
Raw
1
2
3
namespace Application.Features.Api.Feed.CreateComment;
public sealed record Response(int CommentID);