예제 #1
0
 public UnitOfWork()
 {
     _searchContext = new SearchContext();
     Repository     = new Repository(_searchContext);
 }
예제 #2
0
 public Repository(SearchContext searchContext)
 {
     _searchContext = searchContext;
 }