React to adding IsAvailable to ISession
This commit is contained in:
parent
87e3544fda
commit
5314a87c45
|
|
@ -14,6 +14,8 @@ namespace MusicStore.Controllers
|
||||||
|
|
||||||
public string Id { get; set; }
|
public string Id { get; set; }
|
||||||
|
|
||||||
|
public bool IsAvailable { get; } = true;
|
||||||
|
|
||||||
public void Clear()
|
public void Clear()
|
||||||
{
|
{
|
||||||
_store.Clear();
|
_store.Clear();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue