Entities
This commit is contained in:
@@ -0,0 +1,61 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// This is auto-generated code.
|
||||
//------------------------------------------------------------------------------
|
||||
// This code was generated by Entity Developer tool using EF Core template.
|
||||
// Code is generated on: 11.01.2022 07:46:42
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
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 {
|
||||
|
||||
public InteractionProcess()
|
||||
{
|
||||
OnCreated();
|
||||
}
|
||||
|
||||
public virtual Guid Id { get; set; }
|
||||
|
||||
public virtual Guid EinAb1Id { get; set; }
|
||||
|
||||
public virtual Guid EinAb2Id { get; set; }
|
||||
|
||||
public virtual Guid EinAb3Id { get; set; }
|
||||
|
||||
public virtual Guid WelcomeId { get; set; }
|
||||
|
||||
public virtual Guid VerifyId { get; set; }
|
||||
|
||||
public virtual Guid PassId { get; set; }
|
||||
|
||||
public virtual InteractionDate EinAb1 { get; set; }
|
||||
|
||||
public virtual InteractionDate EinAb2 { get; set; }
|
||||
|
||||
public virtual InteractionDate EinAb3 { get; set; }
|
||||
|
||||
public virtual InteractionDate Welcome { get; set; }
|
||||
|
||||
public virtual InteractionDate Verify { get; set; }
|
||||
|
||||
public virtual InteractionDate Pass { get; set; }
|
||||
|
||||
#region Extensibility Method Definitions
|
||||
|
||||
partial void OnCreated();
|
||||
|
||||
#endregion
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user