Skip to content

Commit dafcae8

Browse files
committed
991454: Unwanted Files removed.
1 parent 8d16e3b commit dafcae8

File tree

9 files changed

+4
-268
lines changed

9 files changed

+4
-268
lines changed

Bindind SQL database using WebAPIAdaptor with EF/BlazorWebApp/BlazorApp.csproj.user

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

Bindind SQL database using WebAPIAdaptor with EF/BlazorWebApp/Components/Layout/MainLayout.razor

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,7 @@
11
@inherits LayoutComponentBase
22

33
<div class="page">
4-
<div class="sidebar">
5-
<NavMenu />
6-
</div>
7-
84
<main>
9-
<div class="top-row px-4">
10-
<a href="https://learn.microsoft.com/aspnet/core/" target="_blank">About</a>
11-
</div>
12-
135
<article class="content px-4">
146
@Body
157
</article>

Bindind SQL database using WebAPIAdaptor with EF/BlazorWebApp/Components/Layout/NavMenu.razor

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

Bindind SQL database using WebAPIAdaptor with EF/BlazorWebApp/Components/Layout/NavMenu.razor.css

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

Bindind SQL database using WebAPIAdaptor with EF/BlazorWebApp/Components/Pages/Counter.razor

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

Bindind SQL database using WebAPIAdaptor with EF/BlazorWebApp/Components/Pages/Error.razor

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

Bindind SQL database using WebAPIAdaptor with EF/BlazorWebApp/Components/Pages/Weather.razor

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

Bindind SQL database using WebAPIAdaptor with EF/BlazorWebApp/Program.cs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
using BlazorApp.Components;
22
using BlazorApp.Data;
3-
using Microsoft.EntityFrameworkCore;
3+
using Microsoft.EntityFrameworkCore;
4+
using Syncfusion.Blazor;
45

56
var builder = WebApplication.CreateBuilder(args);
67

@@ -9,7 +10,8 @@
910
.AddInteractiveServerComponents();
1011
builder.Services.AddDbContext<OrdersDetailsContext>(option =>
1112
option.UseSqlServer(builder.Configuration.GetConnectionString("OrdersDetailsDatabase")));
12-
builder.Services.AddControllers();
13+
builder.Services.AddControllers();
14+
builder.Services.AddSyncfusionBlazor();
1315
var app = builder.Build();
1416

1517
// Configure the HTTP request pipeline.
Binary file not shown.

0 commit comments

Comments
 (0)