Ejemplo n.º 1
0
 public SurveyRepository(CompassContext context) : base(context)
 {
 }
Ejemplo n.º 2
0
 public Repository(CompassContext context)
 {
     _context = context;
     _dbQuery = context.Set <TEntity>();
 }