Renamed WgContext to AppDbContext

This commit is contained in:
2023-03-11 15:33:05 +01:00
parent 8d61fdd35e
commit 40c158df36
6 changed files with 6 additions and 7 deletions

View File

@ -8,7 +8,7 @@ using WGneu.Models;
namespace WGneu.Windows {
public partial class ContractListWindow : Window {
private readonly WgContext Context = new();
private readonly AppDbContext Context = new();
public ContractListWindow(Member member) {
InitializeComponent();