Esempio n. 1
0
 public MemoryListObjectKeysCommandHandler(IMemoryObjectStore memoryObjectStore)
 {
     _memoryObjectStore = memoryObjectStore;
 }
Esempio n. 2
0
 public MemoryStoreObjectCommandHandler(ITime time, IMemoryObjectStore memoryObjectStore)
 {
     _time = time;
     _memoryObjectStore = memoryObjectStore;
 }
Esempio n. 3
0
 public MemoryRetrieveObjectCommandHandler(IMemoryObjectStore memoryObjectStore)
 {
     _memoryObjectStore = memoryObjectStore;
 }