Commit bb8e8397cda43bb9386eb7d29d3f64047e69d391

Authored by Administrator
1 parent ddeb0c63

add ds to startup

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
src/Maps/Startup.cs
... ... @@ -53,6 +53,9 @@ namespace Maps
53 53 services.AddScoped<IServiceObjectTypeDs, ServiceObjectTypeDs>();
54 54 services.AddScoped<ISettlementDs, SettlementDs>();
55 55 services.AddScoped<IDepartmentAffiliationDs, DepartmentAffiliationDs>();
  56 + services.AddScoped<ISurfaceTreatmentDs, SurfaceTreatmentDs>();
  57 + services.AddScoped<IRoadDirectionDs, RoadDirectionDs>();
  58 + services.AddScoped<IRoadSurfaceDs, RoadSurfaceDs>();
56 59 // Add framework services.
57 60 services.AddApplicationInsightsTelemetry(Configuration);
58 61  
... ...