Güteschutzprotokolle hinzugefügt
This commit is contained in:
12
KanSan.Base/Models/KurzlinerSan.cs
Normal file
12
KanSan.Base/Models/KurzlinerSan.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace KanSan.Base.Models
|
||||
{
|
||||
public class KurzlinerSan : PHarzSanierung
|
||||
{
|
||||
public double Lang { get; set; }
|
||||
public double Breit { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user