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