Implements Image Manipulation in Files Page via QueryString
- Extracts the image creation into a service - Refactors Files Page GET action for better readability and cyclomatic complexity
This commit is contained in:
@ -102,6 +102,7 @@ namespace Microsoft.Extensions.DependencyInjection
|
||||
services.AddScoped<ISearchResultsService, SearchResultsService>();
|
||||
services.AddScoped<ISearchService, SearchService>();
|
||||
services.AddScoped<ISearchProvider, DatabaseSearchProvider>();
|
||||
services.AddScoped<IImageService, ImageService>();
|
||||
|
||||
// providers
|
||||
services.AddScoped<ITextEditor, Oqtane.Modules.Controls.QuillJSTextEditor>();
|
||||
|
Reference in New Issue
Block a user