Exemplo n.º 1
0
 public PersonRepository(IPeopleSearchContext peopleSearchContext, IMapper mapper)
 {
     _peopleSearchContext = peopleSearchContext;
     _mapper = mapper;
 }
Exemplo n.º 2
0
 public PeopleController(IPeopleSearchContext context)
 {
     db = context;
 }