Added Add/Edit function to MemberListWindow
This commit is contained in:
@ -17,6 +17,8 @@ namespace WGneu
|
||||
public DbSet<AT_Ort> Orte { get; set; }
|
||||
public DbSet<AT_Plz> Postleitzahlen { get; set; }
|
||||
public DbSet<PostalDest> PostalDestinations { get; set; }
|
||||
public DbSet<Branch> Branches { get; set; }
|
||||
public DbSet<WbKg> WbKgs { get; set; }
|
||||
|
||||
protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)
|
||||
{
|
||||
|
Reference in New Issue
Block a user