mirror of
https://github.com/Biarity/Sieve.git
synced 2025-07-26 20:23:16 +02:00
Update README.md
This commit is contained in:
@@ -65,8 +65,8 @@ If you want to add custom sort/filter methods, inject `ISieveCustomSortMethods`
|
||||
|
||||
For instance:
|
||||
```
|
||||
services.AddScoped<SieveCustomSortMethods>();
|
||||
services.AddScoped<SieveCustomFilterMethods>();
|
||||
services.AddScoped<ISieveCustomSortMethods, SieveCustomSortMethods>();
|
||||
services.AddScoped<ISieveCustomFilterMethods, SieveCustomFilterMethods>();
|
||||
```
|
||||
Where `SieveCustomSortMethodsOfPosts` for example is:
|
||||
```
|
||||
|
Reference in New Issue
Block a user