working!
This commit is contained in:
7
NoteContext.cs
Normal file
7
NoteContext.cs
Normal file
@ -0,0 +1,7 @@
|
||||
namespace BinaryDad.Notes
|
||||
{
|
||||
public static class NoteContext
|
||||
{
|
||||
public static IDictionary<string, string> ClientNotes { get; } = new Dictionary<string, string>();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user