This commit is contained in:
Andre Beging
2022-01-11 08:03:20 +01:00
parent 96bc4e376c
commit f0f12d5ef9
8 changed files with 198 additions and 2 deletions

View File

@@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Data.Common;
using System.Linq;
using System.Linq.Expressions;
namespace FoodsharingSiegen.Contracts.Entity
{
public partial class InteractionProcess
{
}
}