Exemplo n.º 1
0
 public PersonRepository(CVContext context) : base(context)
 {
 }
Exemplo n.º 2
0
 public UnitOfWork(IPersonRepository personRepository, CVContext cvContext)
 {
     Persons    = personRepository;
     _cvContext = cvContext;
 }