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