Adust AreaComAdminWindow to new db schema
This commit is contained in:
@ -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; }
|
||||
|
||||
|
Reference in New Issue
Block a user