This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
admin
/
dpot-backend
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Ramo (Branch):
main
Rami (Branch)
Tag
main
dpot-backend
/
Application
/
Features
/
Api
/
Note
/
SendNote
/
Response.cs
Response.cs
93 B
Permalink
Cronologia
Originale
1
2
3
namespace Application.Features.Api.Note.SendNote;
public sealed record Response(int NoteID);