зеркало из https://github.com/aspnet/MusicStore.git
Reacting to HttpAbstractions changes
- will attempt to remove TestSession altogether later
This commit is contained in:
Родитель
f9d9886135
Коммит
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();
|
||||||
|
|
Загрузка…
Ссылка в новой задаче