Ejemplo n.º 1
0
 public BaseRepository(FileDriveContext context)
 {
     this.context = context;
     this.dbSet   = context.Set <T>();
 }