Interktion im WPF erweitert
This commit is contained in:
19
DaSaSo.Domain/Model/Impregnation.cs
Normal file
19
DaSaSo.Domain/Model/Impregnation.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace DaSaSo.Domain.Model
|
||||
{
|
||||
public class Impregnation : DomainObject
|
||||
{
|
||||
public int DN { get; set; }
|
||||
public string Number { get; set; }
|
||||
public decimal Linerlength { get; set; }
|
||||
public bool IsAvaible { get; set; }
|
||||
public DateTime Date { get; set; }
|
||||
public string LinerNumber { get; set; }
|
||||
public decimal WallThickness { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user