Update Test Gitlab-Wechsel
This commit is contained in:
@@ -47,11 +47,11 @@ namespace BWPMModels
|
||||
[Phone(ErrorMessage ="Dies ist keine gültige Telefon-Nummer")]
|
||||
public string handy { get; set; } = "";
|
||||
|
||||
public bool? aktuell { get; set; } = true;
|
||||
public bool aktuell { get; set; } = true;
|
||||
|
||||
public int? zugehoerigkeit { get; set; } = 0;
|
||||
|
||||
public bool? aktiv { get; set; } = true;
|
||||
public bool aktiv { get; set; } = true;
|
||||
|
||||
public DateTime? erstellt_am { get; set; } = DateTime.Now;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user