This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
admin
/
dpot-backend
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Rama:
main
Ramas
Etiquetas
main
dpot-backend
/
Application
/
Features
/
Api
/
Note
/
SendNote
/
Response.cs
Response.cs
93 B
Permalink
Histórico
Raw
1
2
3
namespace Application.Features.Api.Note.SendNote;
public sealed record Response(int NoteID);