Auftraggber werden nun raussortiert und eingespeichert in globale Datenbank
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System;
|
||||
using SanShared;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
@@ -9,7 +10,7 @@ namespace KlassenBIB
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public class AuftraggeberListCollection : List<Auftraggeber>
|
||||
public class AuftraggeberListCollection : List<IAuftraggeber>
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
@@ -44,6 +44,7 @@
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="AbwasserTechnischeAnlageCollection.cs" />
|
||||
<Compile Include="AnlagenType.cs" />
|
||||
<Compile Include="Auftraggeber.cs" />
|
||||
<Compile Include="AuftraggeberListCollection.cs" />
|
||||
<Compile Include="BilderCollection.cs" />
|
||||
|
||||
@@ -17,6 +17,9 @@ namespace KlassenBIB
|
||||
///
|
||||
/// </summary>
|
||||
public AuftraggeberListCollection AuftraggeberListe { get; set; }
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public MainDataBase()
|
||||
{
|
||||
AuftraggeberListe = new AuftraggeberListCollection();
|
||||
|
||||
Reference in New Issue
Block a user