Exemplo n.º 1
0
 public IntegratedSearchDriver(SearchResultState state, BookLogic bookLogic)
 {
     _state     = state;
     _bookLogic = bookLogic;
 }
 public IntegratedSearchResultDriver(SearchResultState state)
 {
     _state = state;
 }