Exemple #1
0
 public PersonRepository(CVContext context) : base(context)
 {
 }
 public UnitOfWork(IPersonRepository personRepository, CVContext cvContext)
 {
     Persons    = personRepository;
     _cvContext = cvContext;
 }