Güteschutzprotokolle hinzugefügt

This commit is contained in:
Husky
2020-03-16 19:48:55 +01:00
parent 47beb8b598
commit 009c54cc84
14 changed files with 1230 additions and 7 deletions

View File

@@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace KanSan.Base.Models
{
public class HutprofilSan : PHarzSanierung
{
public string RohrDN { get; set; }
public string Winkel { get; set; }
public bool InnenBeschichtung { get; set; }
public double SeitenKanalDruckAnfang { get; set; }
public double SeitenKanalDruckEnde { get; set; }
}
}