Objekt edit form angefangen
This commit is contained in:
@@ -9,6 +9,7 @@ namespace KlassenBIB
|
||||
public abstract class Sanierung
|
||||
{
|
||||
Guid guid;
|
||||
string projektnummer;
|
||||
decimal tempAusen;
|
||||
decimal tempKanal;
|
||||
string wetter;
|
||||
@@ -21,6 +22,7 @@ namespace KlassenBIB
|
||||
Inspektionsobjekt inspektionsObjekt;
|
||||
|
||||
public Guid Guid { get => guid; set => guid = value; }
|
||||
public string ProjektNummer { get => projektnummer; set => projektnummer = value; }
|
||||
public decimal TempAusen { get => tempAusen; set => tempAusen = value; }
|
||||
public decimal TempKanal { get => tempKanal; set => tempKanal = value; }
|
||||
public string Wetter { get => wetter; set => wetter = value; }
|
||||
|
||||
Reference in New Issue
Block a user