last changes before removing from memory and adding to db
This commit is contained in:
@ -1,5 +1,8 @@
|
||||
@page "/accounts"
|
||||
@inherits ActLogic
|
||||
@using SqliteWasmHelper
|
||||
@using BlazorWasmExample.Data
|
||||
@using Microsoft.EntityFrameworkCore
|
||||
@inject ISqliteWasmDbContextFactory<ThingContext> Factory
|
||||
|
||||
<PageTitle>Accounts</PageTitle>
|
||||
|
||||
@ -45,12 +48,6 @@
|
||||
</body>
|
||||
|
||||
@code {
|
||||
// Using Cascading Parameters
|
||||
[Parameter]
|
||||
public string? Account;
|
||||
[CascadingParameter]
|
||||
public string? AccountTask;
|
||||
[CascadingParameter]
|
||||
public string? TaskNote;
|
||||
private string? newAccount;
|
||||
private List<Account> accounts = new List<Account>();
|
||||
|
||||
Reference in New Issue
Block a user