Exemplo n.º 1
0
 public Repository(appContext surveyContext)
 {
     _context  = surveyContext;
     _entities = _context.Set <T>();
 }