Use checkboxes for prefered contact
This commit is contained in:
@ -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; }
|
||||
|
Reference in New Issue
Block a user