This commit is contained in:
HuskyTeufel
2021-05-07 16:30:41 +02:00
parent 0596e3a4a5
commit 663448739a
9 changed files with 198 additions and 112 deletions

View File

@@ -2,6 +2,7 @@ using System;
namespace Models
{
[Serializable]
public class MeasureData {
public int Id { get; set; }
public int EintragID {get;set;}