Initial COmmit
This commit is contained in:
13
KanSan/Leistungsverzeichniss.cs
Normal file
13
KanSan/Leistungsverzeichniss.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
|
||||
namespace KanSan
|
||||
{
|
||||
public class Leistungsverzeichniss
|
||||
{
|
||||
public Guid LeistungsverzeichnissID { get; set; }
|
||||
public string Position { get; set; }
|
||||
public string PositionBeschreibung { get; set; }
|
||||
public string PositionEinheit { get; set; }
|
||||
public decimal PositionEinheitspreis { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user