예제 #1
0
 internal UnitOfWork(PeopleSearchContext context) : this(context, new PersonRepository(context), new PersonImageRepository(context))
 {
 }
예제 #2
0
 public PersonRepository(PeopleSearchContext context) : base(context)
 {
     _peopleSearchContext = context;
 }