fetchServiceShoporders works

This commit is contained in:
2023-01-06 21:54:20 -07:00
parent f0c2140f93
commit b6868e2608
41 changed files with 1384 additions and 0 deletions

7
Client/Pages/Index.razor Normal file
View File

@ -0,0 +1,7 @@
@page "/"
<PageTitle>Index</PageTitle>
<MudText Typo="Typo.h3" GutterBottom="true">Hello, world!</MudText>
<MudText Class="mb-8">Welcome to your new app, powered by MudBlazor!</MudText>
<MudAlert Severity="Severity.Normal">You can find documentation and examples on our website here: <MudLink Href="https://mudblazor.com" Typo="Typo.body2" Color="Color.Inherit"><b>www.mudblazor.com</b></MudLink></MudAlert>