7 lines
184 B
C#
7 lines
184 B
C#
|
namespace BinaryDad.Notes
|
||
|
{
|
||
|
public static class NoteContext
|
||
|
{
|
||
|
public static IDictionary<string, string> ClientNotes { get; } = new Dictionary<string, string>();
|
||
|
}
|
||
|
}
|