Umstrukturierungen
This commit is contained in:
12
KlassenBIB/Collections/AbwasserTechnischeAnlage.cs
Normal file
12
KlassenBIB/Collections/AbwasserTechnischeAnlage.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace KlassenBIB.Collections
|
||||
{
|
||||
public class AbwasserTechnischeAnlage : List<Inspektionsobjekt>
|
||||
{
|
||||
}
|
||||
}
|
||||
13
KlassenBIB/Collections/AuftraggeberList.cs
Normal file
13
KlassenBIB/Collections/AuftraggeberList.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using SanShared;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace KlassenBIB.Collections
|
||||
{
|
||||
public class AuftraggeberList : List<IAuftraggeber>
|
||||
{
|
||||
}
|
||||
}
|
||||
12
KlassenBIB/Collections/AusgefuehrteTaetigkeiten.cs
Normal file
12
KlassenBIB/Collections/AusgefuehrteTaetigkeiten.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace KlassenBIB.Collections
|
||||
{
|
||||
public class AusgefuehrteTaetigkeiten : List<KlassenBIB.AusgefuehrteTaetigkeiten>
|
||||
{
|
||||
}
|
||||
}
|
||||
12
KlassenBIB/Collections/Bilder.cs
Normal file
12
KlassenBIB/Collections/Bilder.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace KlassenBIB.Collections
|
||||
{
|
||||
public class Bilder : List<SavedBilder>
|
||||
{
|
||||
}
|
||||
}
|
||||
12
KlassenBIB/Collections/ChargeNummer.cs
Normal file
12
KlassenBIB/Collections/ChargeNummer.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace KlassenBIB
|
||||
{
|
||||
public class ChargeNummerCollection : List<StructChargeNummern>
|
||||
{
|
||||
}
|
||||
}
|
||||
12
KlassenBIB/Collections/ImprägnierBericht.cs
Normal file
12
KlassenBIB/Collections/ImprägnierBericht.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace KlassenBIB.Collections
|
||||
{
|
||||
public class ImprägnierBericht : List<WerkseitigImprägniert>
|
||||
{
|
||||
}
|
||||
}
|
||||
14
KlassenBIB/Collections/Inspektionskuerzeln.cs
Normal file
14
KlassenBIB/Collections/Inspektionskuerzeln.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace KlassenBIB.Collections
|
||||
{
|
||||
[Browsable(false)]
|
||||
public class Inspektionskuerzeln : List<KlassenBIB.Inspektionskuerzeln>
|
||||
{
|
||||
}
|
||||
}
|
||||
12
KlassenBIB/Collections/Leistungsverzeichnis.cs
Normal file
12
KlassenBIB/Collections/Leistungsverzeichnis.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace KlassenBIB.Collections
|
||||
{
|
||||
public class Leistungsverzeichnis : List<LeistungsVerzeichnis>
|
||||
{
|
||||
}
|
||||
}
|
||||
12
KlassenBIB/Collections/Sanierung.cs
Normal file
12
KlassenBIB/Collections/Sanierung.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace KlassenBIB.Collections
|
||||
{
|
||||
public class Sanierung : List<KlassenBIB.Sanierung>
|
||||
{
|
||||
}
|
||||
}
|
||||
12
KlassenBIB/Collections/Sanierungskonzept.cs
Normal file
12
KlassenBIB/Collections/Sanierungskonzept.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace KlassenBIB.Collections
|
||||
{
|
||||
public class Sanierungskonzept : List<KlassenBIB.Sanierungskonzept>
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user