Format numbers fix
This commit is contained in:
@@ -45,6 +45,7 @@ public static class ServiceCollectionExtensions
|
||||
services.AddScoped<DataInboxService>();
|
||||
services.AddScoped<JobService>();
|
||||
services.AddScoped<DateTimeHelper>();
|
||||
services.AddScoped<NumberFormatHelper>();
|
||||
|
||||
// Filter state services (scoped to maintain state during user session)
|
||||
services.AddScoped<LayerFilterStateService>();
|
||||
|
||||
Reference in New Issue
Block a user