Example #1
0
 public GenericRepository(PeopleFinderContext context, IMapper mapper)
 {
     Context = context;
     Mapper  = mapper;
 }
Example #2
0
 public PeopleRepository(PeopleFinderContext context, IMapper mapper)
     : base(context, mapper)
 {
 }
Example #3
0
 public ConfigurationRepository(PeopleFinderContext context, IMapper mapper)
     : base(context, mapper)
 {
 }