Grundlegene Funktionen geschrieben
This commit is contained in:
13
dcnsanplanung.shared/Model/Projekt.cs
Normal file
13
dcnsanplanung.shared/Model/Projekt.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace dcnsanplanung.shared.Model
|
||||
{
|
||||
public class Projekt : DBObjekt
|
||||
{
|
||||
public List<Haltung> Haltungen = new List<Haltung>();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user