public UnitOfWork() { context = new TestSegurosGAPEntities(); }
public GenericRepository(TestSegurosGAPEntities context) { _context = context; }