Reacting to HttpAbstractions changes

- will attempt to remove TestSession altogether later
This commit is contained in:
= 2016-03-04 16:51:30 -08:00
parent f9d9886135
commit e54b539d41
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ namespace MusicStore.Controllers
public IEnumerable<string> Keys { get { return _store.Keys; } }
public string Id { get; set; }
public void Clear()
{
_store.Clear();