Adust AreaComAdminWindow to new db schema

This commit is contained in:
2023-08-23 15:45:59 +02:00
parent 85e4ccd215
commit cfa1f1eeea
9 changed files with 133 additions and 146 deletions

View File

@ -110,6 +110,9 @@ namespace Elwig.Models {
[Column("active")]
public bool IsActive { get; set; }
[Column("deceased")]
public bool IsDeceased { get; set; }
[Column("iban")]
public string? Iban { get; set; }