Angefangen umzuschreiben auf andere DB struktur
This commit is contained in:
@@ -9,7 +9,7 @@ namespace KlassenBIB
|
||||
public abstract class Sanierung
|
||||
{
|
||||
Guid guid;
|
||||
string projektnummer;
|
||||
|
||||
double tempAusen;
|
||||
double tempKanal;
|
||||
string wetter;
|
||||
@@ -22,7 +22,6 @@ namespace KlassenBIB
|
||||
Inspektionsobjekt inspektionsObjekt;
|
||||
|
||||
public Guid Guid { get => guid; set => guid = value; }
|
||||
public string ProjektNummer { get => projektnummer; set => projektnummer = value; }
|
||||
public double TempAusen { get => tempAusen; set => tempAusen = value; }
|
||||
public double TempKanal { get => tempKanal; set => tempKanal = value; }
|
||||
public string Wetter { get => wetter; set => wetter = value; }
|
||||
|
||||
Reference in New Issue
Block a user