Entities
This commit is contained in:
15
FoodsharingSiegen.Contracts/Entity/InteractionProcess.cs
Normal file
15
FoodsharingSiegen.Contracts/Entity/InteractionProcess.cs
Normal 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
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user