Models hinzugefügt
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
namespace DaSaSo.Domain.Model
|
||||
{
|
||||
public class SewerObjects
|
||||
public class SewerObjects : DomainObject
|
||||
{
|
||||
public Buildingsite BuildingSite { get; set; }
|
||||
public string StreetName { get; set; }
|
||||
public string ObjektName { get; set; }
|
||||
public string PointFrom { get; set; }
|
||||
public string PointTo { get; set; }
|
||||
public int DN { get; set; }
|
||||
public decimal SewerLength { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user