public WholeDocumentSelectorTests()
 {
     theSelector = new WholeDocumentSelector <User>(theMapping, theResolver);
 }
예제 #2
0
 public WholeDocumentSelectorTests()
 {
     theSelector = new WholeDocumentSelector <User>(theMapping, theDocumentStorage);
 }
예제 #3
0
 public WholeDocumentSelectorTests()
 {
     theSelector = new WholeDocumentSelector<User>(theMapping, theResolver);
 }