Example #1
0
 public UnitOfWork(/*CVDbContext context*/)
 {
     _context = CVDbContext.Create();// context;
     CVs      = new CVRepository(_context);
 }