Positionen einträge hinzugefügt

This commit is contained in:
Husky
2019-08-13 20:06:38 +02:00
parent 9aa0517b44
commit abe7adbdb3
6 changed files with 104 additions and 0 deletions

View 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 LeistungsVerzeichnis
{
/// <summary>
///
/// </summary>
public string PositionsNummer { get; set; }
/// <summary>
///
/// </summary>
public string PositionsBeschreibung { get; set; }
/// <summary>
///
/// </summary>
public string PositionsEinheit { get; set; }
}
}