KlassenDLL im Main integriert
This commit is contained in:
35
SanSystem/KlassenBIB/LeistungsVerzeichnis.cs
Normal file
35
SanSystem/KlassenBIB/LeistungsVerzeichnis.cs
Normal file
@@ -0,0 +1,35 @@
|
||||
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; }
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public override string ToString()
|
||||
{
|
||||
return PositionsBeschreibung;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user