Example #1
0
 public void Setup()
 {
     this.Storage = new MemoryStorageService(true);
 }
Example #2
0
 public ShoppingList(IMemoryStorageService storage)
 {
     this.StorageService = storage;
 }