Enum verschoben zur Domain
Datenbank converter angefangen
This commit is contained in:
12
DaSaSo.Domain/Enums/EMainWindowViewType.cs
Normal file
12
DaSaSo.Domain/Enums/EMainWindowViewType.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace DaSaSo.Domain.Enums
|
||||
{
|
||||
public enum EMainWindowViewType
|
||||
{
|
||||
Home,
|
||||
Clients,
|
||||
ClientEdit,
|
||||
Projects,
|
||||
Buildingsites,
|
||||
SewerObjects
|
||||
}
|
||||
}
|
||||
16
DaSaSo.Domain/Enums/EPointType.cs
Normal file
16
DaSaSo.Domain/Enums/EPointType.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace DaSaSo.Domain.Enums
|
||||
{
|
||||
public enum EPointType
|
||||
{
|
||||
Leitung,
|
||||
Haltung,
|
||||
Schacht,
|
||||
Anschlusspunkt
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user