This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
admin
/
dpot-backend
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
40c3a4f023
Branches
Tags
main
dpot-backend
/
Application
/
Features
/
Api
/
Note
/
SendNote
/
Response.cs
Response.cs
93 B
Historique
Raw
1
2
3
namespace Application.Features.Api.Note.SendNote;
public sealed record Response(int NoteID);