From 290e8e108a818484af5acc3ed94accda4427977f Mon Sep 17 00:00:00 2001
From: "VKMTHD\\franzjosefkober" <franz.josef.kober@ivt.tugraz.at>
Date: Wed, 10 Mar 2021 14:32:31 +0100
Subject: [PATCH] added IManfacturingStageInputData Interface

---
 VectoCommon/VectoCommon/InputData/DeclarationInputData.cs | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/VectoCommon/VectoCommon/InputData/DeclarationInputData.cs b/VectoCommon/VectoCommon/InputData/DeclarationInputData.cs
index be9a99da79..fa49368553 100644
--- a/VectoCommon/VectoCommon/InputData/DeclarationInputData.cs
+++ b/VectoCommon/VectoCommon/InputData/DeclarationInputData.cs
@@ -927,9 +927,15 @@ namespace TUGraz.VectoCommon.InputData
 		DateTime Date { get; }
 	}
 
+	public interface IManufacturingStageInputData : IVehicleDeclarationInputData
+	{
+		int StageCount { get; }
+
+		DigestData HashPreviousStage { get; }
+	}
+
 	public enum StateOfCompletion
 	{
-		unknown,
 		incomplete,
 		complete,
 		completed
-- 
GitLab