public CommandStoreInterceptor(IRawCommandStore commandStore)
 {
     _commandStore = commandStore;
 }
예제 #2
0
 public CommandStoreInterceptor(IRawCommandStore commandStore)
 {
     _commandStore = commandStore;
 }