Skip to content

Commit

Permalink
CODEERUB: 1.8 Broker Provider Abstraction
Browse files Browse the repository at this point in the history
  • Loading branch information
glhays committed Jul 31, 2024
1 parent 31f12f5 commit 71fee76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 1. Brokers/1.8 Broker Provider Abstraction.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ For instance, Let's assume we have the core standardized contract `Standard.Stor
public interface IStorageProvider
{
ValueTask<T> Insert(T @object);
IQueryable<T> SelectAll();
ValueTask<IQueryable<T>> SelectAll();
...
...
void Configure(Options options);
Expand Down

0 comments on commit 71fee76

Please sign in to comment.