Initial commit
This commit is contained in:
21
KlassenBIB/Strasse.cs
Normal file
21
KlassenBIB/Strasse.cs
Normal file
@@ -0,0 +1,21 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace KlassenBIB
|
||||
{
|
||||
public class Strasse
|
||||
{
|
||||
public string Strassename { get; set; }
|
||||
public string Ort { get; set; }
|
||||
|
||||
public AbwasserTechnischeAnlageCollection objekte { get; set; }
|
||||
|
||||
public Strasse()
|
||||
{
|
||||
objekte = new AbwasserTechnischeAnlageCollection();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user