Positionen einträge hinzugefügt
This commit is contained in:
27
KlassenBIB/AusgefuehrteTaetigkeiten.cs
Normal file
27
KlassenBIB/AusgefuehrteTaetigkeiten.cs
Normal file
@@ -0,0 +1,27 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace KlassenBIB
|
||||
{
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public class AusgefuehrteTaetigkeiten
|
||||
{
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public DateTime Datum { get; set; }
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public LeistungsVerzeichnis Leistungsverzeichnis { get; set; }
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public decimal Station { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user