add delete endpoint
This commit is contained in:
@ -5,5 +5,6 @@
|
||||
ICollection<string> GetNoteNames();
|
||||
string GetText(string? noteName);
|
||||
void SaveText(string content, string? noteName);
|
||||
void DeleteNote(string noteName);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user