Entityframework hinzugefügt
This commit is contained in:
18
Shared/Enum/EExportType.cs
Normal file
18
Shared/Enum/EExportType.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Shared.Enum
|
||||
{
|
||||
public enum EExportType
|
||||
{
|
||||
KANDIS4,
|
||||
KANDIS6,
|
||||
M150,
|
||||
XML2006,
|
||||
XML2013,
|
||||
XML2017
|
||||
}
|
||||
}
|
||||
18
Shared/Enum/EKodierungssystem.cs
Normal file
18
Shared/Enum/EKodierungssystem.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Shared.Enum
|
||||
{
|
||||
public enum EKodierungssystem
|
||||
{
|
||||
EN13508_2_2003,
|
||||
EN13508_2_2003_DWA_M_192_2,
|
||||
EN13508_2_2003_ARBEITSHILFEN_ABWASSER,
|
||||
EN13508_2_2011,
|
||||
EN13508_2_2011_DWA_M_192_2,
|
||||
EN13508_2_2011_ARBEITSHILFEN_ABWASSER
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user