early work on supporting multiple files
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
{
|
||||
public interface INoteService
|
||||
{
|
||||
string Get();
|
||||
void Save(string content);
|
||||
string Get(string? noteName);
|
||||
void Save(string content, string? noteName);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user