React to adding IsAvailable to ISession

This commit is contained in:
John Luo 2016-05-19 14:40:11 -07:00
parent 87e3544fda
commit 5314a87c45
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@ namespace MusicStore.Controllers
public string Id { get; set; }
public bool IsAvailable { get; } = true;
public void Clear()
{
_store.Clear();