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