Reacting to HttpAbstractions changes

- will attempt to remove TestSession altogether later
This commit is contained in:
= 2016-03-04 16:51:30 -08:00
Родитель f9d9886135
Коммит e54b539d41
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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();