This website works better with JavaScript
Home
Explore
Help
Sign In
admin
/
dpot-backend
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
40c3a4f023
Branches
Tags
main
dpot-backend
/
Application
/
Features
/
Api
/
Note
/
SendNote
/
Response.cs
Response.cs
93 B
History
Raw
1
2
3
namespace Application.Features.Api.Note.SendNote;
public sealed record Response(int NoteID);