Skip to content

Commit 3c41557

Browse files
committed
Removed unused Weather Forecast related files
1 parent dc56bf8 commit 3c41557

File tree

3 files changed

+0
-50
lines changed

3 files changed

+0
-50
lines changed

WebFrontend/Data/WeatherForecast.cs

Lines changed: 0 additions & 15 deletions
This file was deleted.

WebFrontend/Data/WeatherForecastService.cs

Lines changed: 0 additions & 32 deletions
This file was deleted.

WebFrontend/Startup.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@
99
using Microsoft.Extensions.Configuration;
1010
using Microsoft.Extensions.DependencyInjection;
1111
using Microsoft.Extensions.Hosting;
12-
using Model;
1312
using Repository;
14-
using ServerSideBlazor.Data;
1513
using Services;
1614
using SqlKata.Compilers;
1715

@@ -33,7 +31,6 @@ public void ConfigureServices(IServiceCollection services)
3331
services.AddScoped<HttpClient>();
3432
services.AddRazorPages();
3533
services.AddServerSideBlazor();
36-
services.AddSingleton<WeatherForecastService>();
3734
services.AddMatBlazor();
3835

3936
services.AddMatToaster(config =>

0 commit comments

Comments
 (0)