Update Test Gitlab-Wechsel

This commit is contained in:
2021-08-26 12:13:19 +02:00
parent 1746401541
commit f0289af9fe
2435 changed files with 6019 additions and 1780924 deletions

View File

@@ -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;