Use checkboxes for prefered contact

This commit is contained in:
2023-04-28 09:42:13 +02:00
parent 35421bb585
commit af6bcb4a96
3 changed files with 17 additions and 16 deletions

View File

@ -130,8 +130,11 @@ namespace Elwig.Models {
[Column("default_kgnr")]
public int? DefaultKgNr { get; set; }
[Column("default_contact")]
public string DefaultContact { get; set; }
[Column("contact_postal")]
public bool ContactViaPost { get; set; }
[Column("contact_email")]
public bool ContactViaEmail { get; set; }
[Column("comment")]
public string? Comment { get; set; }