Exemplo n.º 1
0
 public SearchManager(IUnitOfWork uow)
 {
     this.searchRepo = uow.SearchProgramRepository();
 }