Reacting to HttpAbstractions changes
- will attempt to remove TestSession altogether later
This commit is contained in:
parent
f9d9886135
commit
e54b539d41
|
|
@ -12,6 +12,8 @@ namespace MusicStore.Controllers
|
||||||
|
|
||||||
public IEnumerable<string> Keys { get { return _store.Keys; } }
|
public IEnumerable<string> Keys { get { return _store.Keys; } }
|
||||||
|
|
||||||
|
public string Id { get; set; }
|
||||||
|
|
||||||
public void Clear()
|
public void Clear()
|
||||||
{
|
{
|
||||||
_store.Clear();
|
_store.Clear();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue