Angefangen umzuschreiben auf andere DB struktur

This commit is contained in:
Husky
2018-06-24 22:14:25 +02:00
parent e0d7cf03d1
commit 2aa414665d
16 changed files with 221 additions and 169 deletions

View File

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