Ejemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Queryable{T}"/> class and configure it using an execution context.
 /// </summary>
 /// <param name="context">Action to configure the <see cref="ArchiveExecutionContext"/>.</param>
 public Queryable(Action <ArchiveExecutionContext> context)
     : this(DependencyHelper.CreateTypedQueryExecutor <T>(context))
 {
 }