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